Add first turn option

This commit is contained in:
Xin Wang
2026-02-12 15:23:32 +08:00
parent 56ca95c200
commit edcbc2cec7
9 changed files with 97 additions and 24 deletions

View File

@@ -3,6 +3,7 @@ export interface Assistant {
id: string;
name: string;
callCount: number;
firstTurnMode?: 'bot_first' | 'user_first';
opener: string;
generatedOpenerEnabled?: boolean;
prompt: string;