View Source ExOpenAI.Components.SpecificFunctionShellParam (ex_openai.ex v2.0.0-beta2)
Forces the model to call the shell tool when a tool call is required.
Fields
:type- required -:shell
The tool to call. Alwaysshell.
Allowed values:"shell"
Default:"shell"
Summary
Types
@type t() :: %ExOpenAI.Components.SpecificFunctionShellParam{type: :shell}