@archastro/sdk
    Preparing search index...

    Interface ThreadSettings

    Configuration settings for a thread that control AI agent behavior and other thread-level preferences.

    interface ThreadSettings {
        agent_enabled?: boolean;
    }
    Index

    Properties

    Properties

    agent_enabled?: boolean

    Whether the AI agent is active for this thread. true enables AI responses; false disables them. Defaults to true when settings have not been explicitly configured.