class

OpenAI::FunctionShellToolParam

Inherits JSON::Serializable < Reference < Object

A tool that allows the model to execute shell commands.

Constructors

new(type_value : FunctionShellToolParamType = FunctionShellToolParamType::Shell)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

type_value

The type of the shell tool. Always shell.

Source
type_value=(type_value : FunctionShellToolParamType)

The type of the shell tool. Always shell.

Source