OpenAI::LocalShellToolParam
Inherits JSON::Serializable < Reference < Object
A tool that allows the model to execute shell commands in a local environment.
Constructors
new(pull : JSON::PullParser)
Sourcenew(type_value : LocalShellToolParamType = LocalShellToolParamType::LocalShell)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
type_value=(type_value : LocalShellToolParamType)
The type of the local shell tool. Always local_shell.