mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-30 01:20:22 +09:00
fix: fix build
This commit is contained in:
parent
2e0a7db57d
commit
6385ba2c64
@ -215,7 +215,8 @@ export class ClaudeApi implements LLMApi {
|
||||
|
||||
if (shouldStream) {
|
||||
let index = -1;
|
||||
const [tools, funcs] = [[], {}];
|
||||
const tools = [] as any;
|
||||
const funcs = {};
|
||||
// const [tools, funcs] = usePluginStore
|
||||
// .getState()
|
||||
// .getAsTools(
|
||||
|
Loading…
Reference in New Issue
Block a user