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/dist/index.mjs
CHANGED
@@ -3038,7 +3038,9 @@ function toResponseMessages({
|
|
3038
3038
|
toolCallId: toolResult.toolCallId,
|
3039
3039
|
toolName: toolResult.toolName,
|
3040
3040
|
result: tool2.experimental_toToolResultContent(toolResult.result),
|
3041
|
-
|
3041
|
+
experimental_content: tool2.experimental_toToolResultContent(
|
3042
|
+
toolResult.result
|
3043
|
+
)
|
3042
3044
|
} : {
|
3043
3045
|
type: "tool-result",
|
3044
3046
|
toolCallId: toolResult.toolCallId,
|