Skip to content

Commit 2fb091e

Browse files
committed
Remove log
1 parent 5eab4ad commit 2fb091e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libs/langchain-anthropic/src/output_parsers.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ export class AnthropicToolsOutputParser<
7272
| undefined;
7373
return tool;
7474
});
75-
console.log(tools, generations);
7675
if (tools[0] === undefined) {
7776
throw new Error(
7877
"No parseable tool calls provided to AnthropicToolsOutputParser."

0 commit comments

Comments
 (0)