forJsonSchema static method
Structured JSON response conforming to the given schema.
Implementation
static ChatResponseFormatJsonSchema forJsonSchema({
required Map<String, dynamic> schema,
String? schemaName,
String? schemaDescription,
}) =>
ChatResponseFormatJsonSchema(
schema: schema,
schemaName: schemaName,
schemaDescription: schemaDescription,
);