Share via


ResponseFormatJsonSchemaOutput interface

A description of what the response format is for, used by the model to determine how to respond in the format.

Properties

description

A description of what the response format is for, used by the model to determine how to respond in the format.

name

The name of a schema.

schema

The JSON schema object, describing the response format.

Property Details

description

A description of what the response format is for, used by the model to determine how to respond in the format.

description?: string

Property Value

string

name

The name of a schema.

name: string

Property Value

string

schema

The JSON schema object, describing the response format.

schema: any

Property Value

any