mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-06-26 18:26:38 +00:00
Remove obsolete experimental command
This commit is contained in:
@@ -46,11 +46,7 @@ class ChatManager {
|
||||
assert(this.client, "Chat has been destroyed");
|
||||
|
||||
await this.client.initialize();
|
||||
await this.client.sendCommand({
|
||||
method: "Recording.globalExperimentalCommand",
|
||||
params: { name: "enableOperatorPods" },
|
||||
});
|
||||
|
||||
|
||||
const { chatId } = (await this.client.sendCommand({ method: "Nut.startChat", params: {} })) as { chatId: string };
|
||||
return chatId;
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user