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

Tool selection that the assistant should honor when executing the item.

Fields

  • :id - required - String.t()
    Identifier of the requested tool.

Summary

Types

@type t() :: %ExOpenAI.Components.ToolChoice{id: String.t()}