class

OpenAI::ToolChoice

Inherits JSON::Serializable < Reference < Object

Tool selection that the assistant should honor when executing the item.

Constructors

new(id : String = "")
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

id

Identifier of the requested tool.

Source
id=(id : String)

Identifier of the requested tool.

Source