Variable PromptReferenceSchemaConst
PromptReferenceSchema: ZodObject<
{ name: ZodString; type: ZodLiteral<"ref/prompt"> },
"passthrough",
ZodTypeAny,
objectOutputType<
{ name: ZodString; type: ZodLiteral<"ref/prompt"> },
ZodTypeAny,
"passthrough",
>,
objectInputType<
{ name: ZodString; type: ZodLiteral<"ref/prompt"> },
ZodTypeAny,
"passthrough",
>,
> = ...
Identifies a prompt.