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