ArchAstro. Types. Operations. PostApiV1AiChatCompletions. Input. Nested. OptsToolsItemFunction
(archastro v0.2.0)
Copy Markdown
OptsToolsItemFunction API model.
Summary
Types
@type t() :: %ArchAstro.Types.Operations.PostApiV1AiChatCompletions.Input.Nested.OptsToolsItemFunction{ description: String.t() | ArchAstro.Unset.t(), name: String.t(), parameters: %{optional(String.t()) => ArchAstro.JSON.t()} }
Functions
@spec from_map(ArchAstro.JSON.object()) :: t()
@spec matches?(ArchAstro.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.JSON.object()