Feat: set language in conversation (#757)
* may set language in conversation * fix locale * fix warning * fix
This commit is contained in:
1
enjoy/src/types/conversation.d.ts
vendored
1
enjoy/src/types/conversation.d.ts
vendored
@@ -5,6 +5,7 @@ type ConversationType = {
|
||||
name: string;
|
||||
configuration: { [key: string]: any };
|
||||
model: string;
|
||||
language?: string;
|
||||
messages?: MessageType[];
|
||||
createdAt?: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user