UNPKG
alfi-assistant
Version:
latest (1.0.0)
1.0.0
AI-powered voice assistant for web navigation
github.com/collin/alfi-assistant
collin/alfi-assistant
alfi-assistant
/
dist
/
services
/
aiService.d.ts
9 lines
(8 loc)
•
241 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
declare
class
AIService
{
private
openai;
private
conversationHistory;
constructor
(
);
processVoiceCommand
(
audioData
:
Buffer
,
pageContent
?:
string
):
Promise
<
string
>;
private
trimContent;
private
addToHistory; }