Skip to content

Commit 4b79e8d

Browse files
committed
Removed log
1 parent 8b98cca commit 4b79e8d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/Agents/Adapters/Anthropic.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,6 @@ protected function process(Chunk $chunk, Conversation $conversation, ?callable $
160160
continue;
161161
}
162162

163-
var_dump($json);
164-
165163
$type = $json['type'] ?? null;
166164
if ($type === null) {
167165
continue;

0 commit comments

Comments
 (0)