agentOS API Reference - v0.2.0-rc.3
    Preparing search index...

    Interface SessionConfigOption

    A configurable session option (model, thought level, etc.).

    interface SessionConfigOption {
        allowedValues?: { id: string; label?: string }[];
        category?: string;
        currentValue?: string;
        description?: string;
        id: string;
        label?: string;
        readOnly?: boolean;
    }
    Index

    Properties

    allowedValues?: { id: string; label?: string }[]
    category?: string
    currentValue?: string
    description?: string
    id: string
    label?: string
    readOnly?: boolean