ArchAstro. Types. Operations. PatchApiV1AgentRoutinesRoutine. Input. Nested. StepsItemPresetConfig
(archastro v0.2.0)
Copy Markdown
StepsItemPresetConfig API model.
Summary
Types
@type t() :: %ArchAstro.Types.Operations.PatchApiV1AgentRoutinesRoutine.Input.Nested.StepsItemPresetConfig{ instructions: String.t() | ArchAstro.Unset.t(), llm: ArchAstro.Types.Operations.PatchApiV1AgentRoutinesRoutine.Input.Nested.StepsItemPresetConfigLlm.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()