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

    Type Alias AgentProviderCapabilities

    AgentProviderCapabilities: Message<
        "gestalt.provider.v1.AgentProviderCapabilities",
    > & {
        streamingText: boolean;
        toolCalls: boolean;
        parallelToolCalls: boolean;
        structuredOutput: boolean;
        interactions: boolean;
        resumableTurns: boolean;
        reasoningSummaries: boolean;
        nativeToolSearch: boolean;
        boundedListHydration: boolean;
    }

    Type Declaration

    • streamingText: boolean

      from field: bool streaming_text = 1;

    • toolCalls: boolean

      from field: bool tool_calls = 2;

    • parallelToolCalls: boolean

      from field: bool parallel_tool_calls = 3;

    • structuredOutput: boolean

      from field: bool structured_output = 4;

    • interactions: boolean

      from field: bool interactions = 5;

    • resumableTurns: boolean

      from field: bool resumable_turns = 6;

    • reasoningSummaries: boolean

      from field: bool reasoning_summaries = 7;

    • nativeToolSearch: boolean

      from field: bool native_tool_search = 8;

    • boundedListHydration: boolean

      from field: bool bounded_list_hydration = 9;

    from message gestalt.provider.v1.AgentProviderCapabilities