Fixes audio visualizer color issues (#19)

This commit is contained in:
mattherzog
2024-01-21 15:05:35 -08:00
committed by GitHub
parent 0acc27e406
commit 2ec251c93c
2 changed files with 3 additions and 2 deletions

View File

@@ -16,6 +16,7 @@ export interface TokenResult {
}
export type AgentState =
| "idle"
| "listening"
| "speaking"
| "thinking"