jsonSchema method
Sets structured output schema for JSON responses
Implementation
LLMBuilder jsonSchema(StructuredOutputFormat schema) {
_config = _config.withExtension('jsonSchema', schema);
return this;
}
Sets structured output schema for JSON responses
LLMBuilder jsonSchema(StructuredOutputFormat schema) {
_config = _config.withExtension('jsonSchema', schema);
return this;
}