class

OpenAI::LocalShellToolParam

Inherits JSON::Serializable < Reference < Object

A tool that allows the model to execute shell commands in a local environment.

Constructors

new(type_value : LocalShellToolParamType = LocalShellToolParamType::LocalShell)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

type_value

The type of the local shell tool. Always local_shell.

Source
type_value=(type_value : LocalShellToolParamType)

The type of the local shell tool. Always local_shell.

Source