@copilotkit/react-core 1.72.1-canary.sp-longthread-perf → 1.73.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/{copilotkit-D5fPO8hJ.d.cts → copilotkit-BGQqqxCI.d.cts} +6 -6
- package/dist/copilotkit-BGQqqxCI.d.cts.map +1 -0
- package/dist/{copilotkit-B2TZRWwp.mjs → copilotkit-BkeaNR3A.mjs} +28 -77
- package/dist/copilotkit-BkeaNR3A.mjs.map +1 -0
- package/dist/{copilotkit-BRPxLJnI.d.mts → copilotkit-D_gK4yKD.d.mts} +6 -6
- package/dist/copilotkit-D_gK4yKD.d.mts.map +1 -0
- package/dist/{copilotkit-BV7MguMm.cjs → copilotkit-tkBlMrXl.cjs} +28 -77
- package/dist/copilotkit-tkBlMrXl.cjs.map +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.mts +2 -2
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/v2/index.cjs +1 -1
- package/dist/v2/index.d.cts +1 -1
- package/dist/v2/index.d.mts +1 -1
- package/dist/v2/index.mjs +1 -1
- package/dist/v2/index.umd.js +27 -76
- package/dist/v2/index.umd.js.map +1 -1
- package/package.json +9 -9
- package/dist/copilotkit-B2TZRWwp.mjs.map +0 -1
- package/dist/copilotkit-BRPxLJnI.d.mts.map +0 -1
- package/dist/copilotkit-BV7MguMm.cjs.map +0 -1
- package/dist/copilotkit-D5fPO8hJ.d.cts.map +0 -1
package/dist/index.umd.js
CHANGED
|
@@ -2675,8 +2675,8 @@ react_markdown = __toESM(react_markdown);
|
|
|
2675
2675
|
if (aHasAgent === (b.agentId !== void 0)) return 0;
|
|
2676
2676
|
return aHasAgent ? -1 : 1;
|
|
2677
2677
|
});
|
|
2678
|
-
if (!customMessageRenderers.length) return null;
|
|
2679
2678
|
return function(params) {
|
|
2679
|
+
if (!customMessageRenderers.length) return null;
|
|
2680
2680
|
const { message, position } = params;
|
|
2681
2681
|
const resolvedRunId = copilotkit.getRunIdForMessage(agentId, threadId, message.id) ?? copilotkit.getRunIdsForThread(agentId, threadId).slice(-1)[0];
|
|
2682
2682
|
const runId = resolvedRunId ?? `missing-run-id:${message.id}`;
|