@axiom-lattice/core 2.1.5 → 2.1.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/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2131,7 +2131,7 @@ function createTaskTool(options) {
|
|
|
2131
2131
|
const currentState = getCurrentTaskInput2();
|
|
2132
2132
|
const subagentState = filterStateForSubagent(currentState);
|
|
2133
2133
|
subagentState.messages = [new HumanMessage({ content: description })];
|
|
2134
|
-
const subagent_thread_id = config.configurable?.thread_id + "
|
|
2134
|
+
const subagent_thread_id = config.configurable?.thread_id + "____" + subagent_type + "_" + config.toolCall.id;
|
|
2135
2135
|
console.log(subagent_thread_id);
|
|
2136
2136
|
const workerResult = await agentWorkerGraph.invoke({
|
|
2137
2137
|
assistant_id: subagent_type,
|