The schema that the generated response should match.
Can be a Zod schema or a JSON Schema object.
When set, the response will be structured according to this schema
and responseMimeType will automatically be set to "application/json".
responseSchema: Record<string, unknown> | InteropZodType