ChatCompletionsTextResponseFormat interface
The standard Chat Completions response format that can freely generate text and is not guaranteed to produce response content that adheres to a specific schema.
- Extends
Properties
type | The discriminated object type, which is always 'text' for this format. |
Property Details
type
The discriminated object type, which is always 'text' for this format.
type: "text"
Property Value
"text"
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript