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