ExBifrost. Model. ChatCompletionRequestToolChoiceOneOfAllowedTools
(ex_bifrost v0.1.0)
Copy Markdown
View Source
ChatCompletionRequestToolChoiceOneOfAllowedTools model.
Summary
Types
@type t() :: %ExBifrost.Model.ChatCompletionRequestToolChoiceOneOfAllowedTools{ mode: String.t() | nil, tools: [ ExBifrost.Model.ChatCompletionRequestToolChoiceOneOfAllowedToolsToolsInner.t() ] | nil }