Variable QueuePromptRequestSchemaConst
QueuePromptRequestSchema: ZodObject<
{ agent_type: ZodOptional<ZodString>; question: ZodString },
"strict",
ZodTypeAny,
{ agent_type?: string; question: string },
{ agent_type?: string; question: string },
> = ...
Runtime schema for queued prompt requests routed through the SessionAgent DO.