AAI SDK
    Preparing search index...

    Type Alias ConfigTier

    ConfigTier: BaseOptions & {
        component?: never;
        name?: string;
        sidebar?: ComponentType;
        sidebarWidth?: string;
        tools?: ToolDisplayConfig;
    }

    Tier 1: config-only options — no component. Renders the default shell (StartScreen + ChatView).

    Type Declaration

    • Optionalcomponent?: never
    • Optionalname?: string

      Agent name shown in the header and start screen.

    • Optionalsidebar?: ComponentType

      Optional sidebar component rendered alongside the chat view.

    • OptionalsidebarWidth?: string

      CSS width of the sidebar. Defaults to "18rem".

    • Optionaltools?: ToolDisplayConfig

      Tool display config: icon and label overrides keyed by tool name.