promptUserContentSchema
const promptUserContentSchema: ZodObject<{ text: ZodString; type: ZodLiteral<"text">;}, $strip>;Defined in: core/src/prompt/prompt.ts:4
Schema for a single piece of user-supplied input to a prompt: plain text.
const promptUserContentSchema: ZodObject<{ text: ZodString; type: ZodLiteral<"text">;}, $strip>;Defined in: core/src/prompt/prompt.ts:4
Schema for a single piece of user-supplied input to a prompt: plain text.