@valon-technologies/gestalt
    Preparing search index...

    Interface AgentProviderCapabilities

    interface AgentProviderCapabilities {
        streamingText: boolean;
        toolCalls: boolean;
        parallelToolCalls: boolean;
        interactions: boolean;
        resumableTurns: boolean;
        reasoningSummaries: boolean;
        boundedListHydration: boolean;
        supportedToolSources: number[];
        supportsSessionStart: boolean;
        supportsPreparedWorkspace: boolean;
    }
    Index

    Properties

    streamingText: boolean
    toolCalls: boolean
    parallelToolCalls: boolean
    interactions: boolean
    resumableTurns: boolean
    reasoningSummaries: boolean
    boundedListHydration: boolean

    Provider list APIs can apply non-zero limits and summary projections without hydrating every source record. Providers that set this must order sessions and turns by the relevant newest-first recency fields before applying limit.

    supportedToolSources: number[]
    supportsSessionStart: boolean
    supportsPreparedWorkspace: boolean