ArchAstro. Types. Operations. PostApiV1AgentsAgentThreads. Input
(archastro v0.2.0)
Copy Markdown
Create a thread for an agent
Summary
Types
@type t() :: %ArchAstro.Types.Operations.PostApiV1AgentsAgentThreads.Input{ skip_welcome_message: boolean() | ArchAstro.Unset.t(), thread: ArchAstro.Types.Operations.PostApiV1AgentsAgentThreads.Input.Nested.Thread.t() }
Functions
@spec from_map(ArchAstro.JSON.object()) :: t()
@spec matches?(ArchAstro.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.JSON.object()