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

Represents the use of a local environment to perform shell actions.

Fields

  • :type - required - :local
    The environment type. Always local.
    Allowed values: "local"
    Default: "local"

Summary

Types

@type t() :: %ExOpenAI.Components.LocalEnvironmentResource{type: :local}