ArchAstro. SDK. Types. Operations. PostApiV1AgentsAgentThreads. Input
(archastro v0.3.4)
Copy Markdown
Create a thread for an agent
Summary
Types
@type t() :: %ArchAstro.SDK.Types.Operations.PostApiV1AgentsAgentThreads.Input{ skip_welcome_message: boolean() | ArchAstro.SDK.Unset.t(), thread: ArchAstro.SDK.Types.Operations.PostApiV1AgentsAgentThreads.Input.Nested.Thread.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()