ArchAstro. SDK. Types. Operations. PostApiV1AiChatCompletionsStream. Input. Nested. Opts
(archastro v0.3.0)
Copy Markdown
Opts API model.
Summary
Types
@type t() :: %ArchAstro.SDK.Types.Operations.PostApiV1AiChatCompletionsStream.Input.Nested.Opts{ max_tokens: integer() | ArchAstro.SDK.Unset.t(), model: String.t(), server_tools: [%{optional(String.t()) => ArchAstro.SDK.JSON.t()}] | ArchAstro.SDK.Unset.t(), temperature: number() | ArchAstro.SDK.Unset.t(), tool_choice: String.t() | ArchAstro.SDK.Unset.t(), tools: [ ArchAstro.SDK.Types.Operations.PostApiV1AiChatCompletionsStream.Input.Nested.OptsToolsItem.t() ] | ArchAstro.SDK.Unset.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()