ArchAstro. Types. Operations. PostApiV1AgentsAgentAgentRoutines. Input. Nested. PresetConfig
(archastro v0.2.0)
Copy Markdown
PresetConfig API model.
Summary
Types
@type t() :: %ArchAstro.Types.Operations.PostApiV1AgentsAgentAgentRoutines.Input.Nested.PresetConfig{ instructions: String.t() | ArchAstro.Unset.t(), llm: ArchAstro.Types.Operations.PostApiV1AgentsAgentAgentRoutines.Input.Nested.PresetConfigLlm.t() | ArchAstro.Unset.t(), session_mode: String.t() | ArchAstro.Unset.t(), session_scope: String.t() | ArchAstro.Unset.t(), structured_message_template_ids: [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()