Variable TextContentSchemaConst
TextContentSchema: ZodObject<
{
_meta: ZodOptional<ZodRecord<ZodString, ZodUnknown>>;
text: ZodString;
type: ZodLiteral<"text">;
},
"strip",
ZodTypeAny,
{ _meta?: Record<string, unknown>; text: string; type: "text" },
{ _meta?: Record<string, unknown>; text: string; type: "text" },
> = ...
Text provided to or from an LLM.