We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97e2bd3 commit 131bbd3Copy full SHA for 131bbd3
.changeset/shy-pumpkins-divide.md
@@ -0,0 +1,5 @@
1
+---
2
+'ai': patch
3
4
+
5
+fix (ui): remove console.log statements
packages/core/shared/parse-complex-response.ts
@@ -100,12 +100,7 @@ export async function parseComplexResponse({
100
// In the future we should make this non-blocking, which
101
// requires additional state management for error handling etc.
102
if (onToolCall) {
103
- console.log('onToolCall', value);
104
-
105
const result = await onToolCall({ toolCall: value });
106
107
- console.log('onToolCall result', result);
108
109
if (result != null) {
110
// store the result in the tool invocation
111
prefixMap.text.toolInvocations[
0 commit comments