Skip to content

Commit

Permalink
Add new APIs for Alan AI Text Chat
Browse files Browse the repository at this point in the history
Enhanced Alan AI Text Chat with additional configuration options
  • Loading branch information
annmirosh committed Aug 13, 2024
1 parent b8db77a commit 0eb4cfa
Show file tree
Hide file tree
Showing 4 changed files with 554 additions and 153 deletions.
5 changes: 4 additions & 1 deletion dist/AlanButton.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ export interface AlanButton {
sendText: (text: string) => void;
textChat: {
setAudioOutputEnabled: (value: boolean) => void,
isAudioOutputEnabled: () => boolean
isAudioOutputEnabled: () => boolean,
setFullScreenMode: (value: boolean) => void,
close: () => void,
clear: () => void,
};
}
Loading

0 comments on commit 0eb4cfa

Please sign in to comment.