你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ResponseFormatJsonSchema 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