ExBifrost.Model.ChatCompletionRequestToolChoiceOneOfAllowedTools (ex_bifrost v0.1.0)

Copy Markdown View Source

ChatCompletionRequestToolChoiceOneOfAllowedTools model.

Summary

Types

t()

@type t() :: %ExBifrost.Model.ChatCompletionRequestToolChoiceOneOfAllowedTools{
  mode: String.t() | nil,
  tools:
    [
      ExBifrost.Model.ChatCompletionRequestToolChoiceOneOfAllowedToolsToolsInner.t()
    ]
    | nil
}

Functions

decode(value)