@langchain/anthropic 0.2.5 → 0.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chat_models.cjs +0 -1
- package/dist/chat_models.js +0 -1
- package/package.json +1 -1
package/dist/chat_models.cjs
CHANGED
|
@@ -99,7 +99,6 @@ function _makeMessageChunkFromAnthropicEvent(data, fields) {
|
|
|
99
99
|
total_tokens: usage.input_tokens + usage.output_tokens,
|
|
100
100
|
};
|
|
101
101
|
}
|
|
102
|
-
console.log("data.message", data.message);
|
|
103
102
|
return {
|
|
104
103
|
chunk: new messages_1.AIMessageChunk({
|
|
105
104
|
content: fields.coerceContentToString ? "" : [],
|
package/dist/chat_models.js
CHANGED
|
@@ -96,7 +96,6 @@ function _makeMessageChunkFromAnthropicEvent(data, fields) {
|
|
|
96
96
|
total_tokens: usage.input_tokens + usage.output_tokens,
|
|
97
97
|
};
|
|
98
98
|
}
|
|
99
|
-
console.log("data.message", data.message);
|
|
100
99
|
return {
|
|
101
100
|
chunk: new AIMessageChunk({
|
|
102
101
|
content: fields.coerceContentToString ? "" : [],
|