View Source ExOpenAI.Components.LocalShellToolParam (ex_openai.ex v2.0.0-beta2)

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

Fields

  • :type - required - :local_shell
    The type of the local shell tool. Always local_shell.
    Allowed values: "local_shell"
    Default: "local_shell"

Summary

Types

@type t() :: %ExOpenAI.Components.LocalShellToolParam{type: :local_shell}