Add first turn option
This commit is contained in:
@@ -3,6 +3,7 @@ export interface Assistant {
|
||||
id: string;
|
||||
name: string;
|
||||
callCount: number;
|
||||
firstTurnMode?: 'bot_first' | 'user_first';
|
||||
opener: string;
|
||||
generatedOpenerEnabled?: boolean;
|
||||
prompt: string;
|
||||
|
||||
Reference in New Issue
Block a user