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"