@yourgpt/copilot-sdk 2.1.8 → 2.5.0
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/{chunk-H3LX6FTP.js → chunk-K2I45RJE.js} +3 -3
- package/dist/{chunk-H3LX6FTP.js.map → chunk-K2I45RJE.js.map} +1 -1
- package/dist/{chunk-ISOMZAYN.js → chunk-SOS25KUI.js} +3 -4
- package/dist/chunk-SOS25KUI.js.map +1 -0
- package/dist/{chunk-JFVTY757.cjs → chunk-UAVYFRVN.cjs} +16 -16
- package/dist/{chunk-JFVTY757.cjs.map → chunk-UAVYFRVN.cjs.map} +1 -1
- package/dist/{chunk-IDAQU3FP.cjs → chunk-UBDBTEK5.cjs} +3 -4
- package/dist/chunk-UBDBTEK5.cjs.map +1 -0
- package/dist/experimental/index.cjs +2 -2
- package/dist/experimental/index.js +1 -1
- package/dist/react/index.cjs +62 -62
- package/dist/react/index.js +2 -2
- package/dist/ui/index.cjs +5 -5
- package/dist/ui/index.js +2 -2
- package/package.json +1 -1
- package/dist/chunk-IDAQU3FP.cjs.map +0 -1
- package/dist/chunk-ISOMZAYN.js.map +0 -1
|
@@ -2296,8 +2296,7 @@ ${this.dynamicContext}`.trim() : this.config.systemPrompt;
|
|
|
2296
2296
|
(tc) => !pendingIds.has(tc?.id ?? "")
|
|
2297
2297
|
))
|
|
2298
2298
|
continue;
|
|
2299
|
-
if (msg.role === "tool" && msg.tool_call_id
|
|
2300
|
-
continue;
|
|
2299
|
+
if (msg.role === "tool" && msg.tool_call_id) continue;
|
|
2301
2300
|
messagesToInsert.push({
|
|
2302
2301
|
id: generateMessageId(),
|
|
2303
2302
|
role: msg.role,
|
|
@@ -5984,5 +5983,5 @@ exports.useMessageHistoryContext = useMessageHistoryContext;
|
|
|
5984
5983
|
exports.useSkillContext = useSkillContext;
|
|
5985
5984
|
exports.useTool = useTool;
|
|
5986
5985
|
exports.useTools = useTools;
|
|
5987
|
-
//# sourceMappingURL=chunk-
|
|
5988
|
-
//# sourceMappingURL=chunk-
|
|
5986
|
+
//# sourceMappingURL=chunk-UBDBTEK5.cjs.map
|
|
5987
|
+
//# sourceMappingURL=chunk-UBDBTEK5.cjs.map
|