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

Execute a shell command.

Fields

  • :commands - required - [String.t()]

  • :max_output_length - required - integer() | any()

  • :timeout_ms - required - integer() | any()

Summary

Types

@type t() :: %ExOpenAI.Components.FunctionShellAction{
  commands: [String.t()],
  max_output_length: integer() | any(),
  timeout_ms: integer() | any()
}