fix: fix build

This commit is contained in:
Hk-Gosuto 2024-11-22 07:37:08 +00:00 committed by GitHub
parent 2e0a7db57d
commit 6385ba2c64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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(