Skip to content

Commit

Permalink
fix: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Hk-Gosuto authored Nov 22, 2024
1 parent 2e0a7db commit 6385ba2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/client/platforms/anthropic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 6385ba2

Please sign in to comment.