@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?: readonly AgentToolSourceMode[];
        supportsSessionStart?: boolean;
        supportsPreparedWorkspace?: boolean;
    }
    Index

    Properties

    streamingText?: boolean
    toolCalls?: boolean
    parallelToolCalls?: boolean
    interactions?: boolean
    resumableTurns?: boolean
    reasoningSummaries?: boolean
    boundedListHydration?: boolean
    supportedToolSources?: readonly AgentToolSourceMode[]
    supportsSessionStart?: boolean
    supportsPreparedWorkspace?: boolean