getStructuredOutputPrompt<
T>(responseSchema):string
Defined in: utils/llm.ts:62
Generates a structured output prompt based on the provided schema.
T extends $ZodType<unknown, unknown, $ZodTypeInternals<unknown, unknown>>
The schema (Zod or JSON Schema) defining the desired output format.
T | Schema
string
A prompt string instructing the model to format its output according to the given schema.