class

OpenAI::ChatCompletionMessageCustomToolCallCustom

Inherits JSON::Serializable < Reference < Object

The custom tool that the model called.

Constructors

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

Instance methods

input

The input for the custom tool call generated by the model.

Source
input=(input : String)

The input for the custom tool call generated by the model.

Source
name

The name of the custom tool to call.

Source
name=(name : String)

The name of the custom tool to call.

Source