Add tts/text output schema
This commit is contained in:
@@ -7,6 +7,7 @@ export interface Assistant {
|
||||
prompt: string;
|
||||
knowledgeBaseId: string;
|
||||
language: 'zh' | 'en';
|
||||
voiceOutputEnabled?: boolean;
|
||||
voice: string; // This will now store the ID of the voice from Voice Library
|
||||
speed: number;
|
||||
hotwords: string[];
|
||||
|
||||
Reference in New Issue
Block a user