class

OpenAI::CustomToolChatCompletionsCustomFormatTextFormat

Inherits JSON::Serializable < Reference < Object

Unconstrained free-form text.

Constructors

new(type_value : CustomToolChatCompletionsCustomFormatTextFormatType = CustomToolChatCompletionsCustomFormatTextFormatType::Text)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

type_value

Unconstrained text format. Always text.

Source
type_value=(type_value : CustomToolChatCompletionsCustomFormatTextFormatType)

Unconstrained text format. Always text.

Source