UNPKG

contextual-agent-sdk

Version:

SDK for building AI agents with seamless voice-text context switching

17 lines 563 B
export declare class ContextBridge { private cache; bridgeContext(context: string, sourceModality: 'voice' | 'text', targetModality: 'voice' | 'text'): string; private voiceToTextBridge; private textToVoiceBridge; private detectTopics; private formatLists; private highlightKeyPoints; private splitLongSentences; private addConversationalMarkers; private extractKeywords; private isNewTopic; private generateTopicHeading; private isStopWord; clearCache(): void; } //# sourceMappingURL=ContextBridge.d.ts.map