ArchAstro. Types. Operations. PostApiV1AiChatCompletions. Input. Nested. OptsToolsItem
(archastro v0.2.0)
Copy Markdown
OptsToolsItem API model.
Summary
Types
@type t() :: %ArchAstro.Types.Operations.PostApiV1AiChatCompletions.Input.Nested.OptsToolsItem{ function: ArchAstro.Types.Operations.PostApiV1AiChatCompletions.Input.Nested.OptsToolsItemFunction.t(), type: String.t() }
Functions
@spec from_map(ArchAstro.JSON.object()) :: t()
@spec matches?(ArchAstro.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.JSON.object()