ArchAstro. SDK. Types. Operations. PostApiV1AgentSessions. Input
(archastro v0.3.0)
Copy Markdown
Create an agent session
Summary
Types
@type t() :: %ArchAstro.SDK.Types.Operations.PostApiV1AgentSessions.Input{ agent: String.t(), instructions: String.t(), max_runs_per_turn: integer() | ArchAstro.SDK.Unset.t(), max_tokens: integer() | ArchAstro.SDK.Unset.t(), max_turns: integer() | ArchAstro.SDK.Unset.t(), metadata: %{optional(String.t()) => ArchAstro.SDK.JSON.t()} | ArchAstro.SDK.Unset.t(), name: String.t() | ArchAstro.SDK.Unset.t(), start_idle: boolean() | ArchAstro.SDK.Unset.t(), team: String.t() | ArchAstro.SDK.Unset.t(), thread: String.t() | ArchAstro.SDK.Unset.t(), user: String.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()