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
toolCalls: boolean
parallelToolCalls: boolean
structuredOutput: boolean
interactions: boolean
resumableTurns: boolean
reasoningSummaries: boolean
nativeToolSearch: boolean
boundedListHydration: boolean
Generated
from field: bool streaming_text = 1;