Variable vercelAIChatPartToolResultSchemaConst
vercelAIChatPartToolResultSchema: ZodObject<
{
output: ZodObject<
{ type: ZodLiteral<"text">; value: ZodString },
$strip,
>;
toolCallId: ZodString;
toolName: ZodString;
type: ZodLiteral<"tool-result">;
},
$strip,
> = ...