pub type ResponseSchema = GenerationSchema;Expand description
Compatibility alias for the older structured-generation schema name.
Aliased Type§
pub struct ResponseSchema {
pub name: GenerationSchemaName,
pub description: Option<SchemaDescription>,
pub properties: Vec<GenerationSchemaProperty>,
}Fields§
§name: GenerationSchemaNameInternal type name used by the model’s structured generation system.
description: Option<SchemaDescription>Optional description of what this type represents.
properties: Vec<GenerationSchemaProperty>The properties the model must populate.