OpenAI::CustomToolChatCompletionsCustom
Inherits JSON::Serializable < Reference < Object
Properties of the custom tool.
Constructors
new(pull : JSON::PullParser)
Sourcenew(name : String = "", description : String | Nil = nil, format : CustomToolChatCompletionsCustomFormat | Nil = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
Optional description of the custom tool, used to provide more context.
format=(format : CustomToolChatCompletionsCustomFormat | Nil)
The input format for the custom tool. Default is unconstrained text.