Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nsarrazin committed Jul 23, 2024
1 parent 17d90c2 commit 9815726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/server/textGeneration/tools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export async function* runTools(
.map(externalToToolCall)
.filter((call) => call !== undefined) as ToolCall[];

calls.push(...newCalls);
calls.push(...newCalls);
} catch (e) {
logger.error(e, "Error while parsing tool calls, please retry");
// error parsing the calls
Expand Down

0 comments on commit 9815726

Please sign in to comment.