ai 3.4.20 → 3.4.21
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/CHANGELOG.md +6 -0
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
@@ -3100,7 +3100,9 @@ function toResponseMessages({
|
|
3100
3100
|
toolCallId: toolResult.toolCallId,
|
3101
3101
|
toolName: toolResult.toolName,
|
3102
3102
|
result: tool2.experimental_toToolResultContent(toolResult.result),
|
3103
|
-
|
3103
|
+
experimental_content: tool2.experimental_toToolResultContent(
|
3104
|
+
toolResult.result
|
3105
|
+
)
|
3104
3106
|
} : {
|
3105
3107
|
type: "tool-result",
|
3106
3108
|
toolCallId: toolResult.toolCallId,
|