Remove agent state concept (#58)
This commit is contained in:
@@ -13,12 +13,4 @@ export interface SessionProps {
|
||||
export interface TokenResult {
|
||||
identity: string;
|
||||
accessToken: string;
|
||||
}
|
||||
|
||||
export type AgentState =
|
||||
| "idle"
|
||||
| "listening"
|
||||
| "speaking"
|
||||
| "thinking"
|
||||
| "offline"
|
||||
| "starting";
|
||||
}
|
||||
Reference in New Issue
Block a user