ArchAstro. SDK. Types. ThreadSettings
(archastro v0.3.2)
Copy Markdown
Configuration settings for a thread that control AI agent behavior and other thread-level preferences.
Summary
Types
@type t() :: %ArchAstro.SDK.Types.ThreadSettings{ agent_enabled: boolean() | 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()