Skip to content

Commit

Permalink
fix: #324
Browse files Browse the repository at this point in the history
  • Loading branch information
Hk-Gosuto authored Nov 22, 2024
1 parent 9441c96 commit 2e0a7db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/client/platforms/anthropic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ export class ClaudeApi implements LLMApi {

if (shouldStream) {
let index = -1;
const [tools, funcs] = [{}, {}];
const [tools, funcs] = [[], {}];
// const [tools, funcs] = usePluginStore
// .getState()
// .getAsTools(
Expand Down

0 comments on commit 2e0a7db

Please sign in to comment.