ArchAstro. Types. Operations. PostApiV1AgentSessions. Input
(archastro v0.2.0)
Copy Markdown
Create an agent session
Summary
Types
@type t() :: %ArchAstro.Types.Operations.PostApiV1AgentSessions.Input{ agent: String.t(), instructions: String.t(), max_runs_per_turn: integer() | ArchAstro.Unset.t(), max_tokens: integer() | ArchAstro.Unset.t(), max_turns: integer() | ArchAstro.Unset.t(), metadata: %{optional(String.t()) => ArchAstro.JSON.t()} | ArchAstro.Unset.t(), name: String.t() | ArchAstro.Unset.t(), start_idle: boolean() | ArchAstro.Unset.t(), team: String.t() | ArchAstro.Unset.t(), thread: String.t() | ArchAstro.Unset.t(), user: String.t() | ArchAstro.Unset.t() }
Functions
@spec from_map(ArchAstro.JSON.object()) :: t()
@spec matches?(ArchAstro.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.JSON.object()