OpenAI::FunctionShellToolParam
Inherits JSON::Serializable < Reference < Object
A tool that allows the model to execute shell commands.
Constructors
new(pull : JSON::PullParser)
Sourcenew(type_value : FunctionShellToolParamType = FunctionShellToolParamType::Shell)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
type_value=(type_value : FunctionShellToolParamType)
The type of the shell tool. Always shell.