@standardagents/builder 0.11.11 → 0.11.12
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/built-in-routes.js +2 -1
- package/dist/built-in-routes.js.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/dist/built-in-routes.js
CHANGED
|
@@ -2910,7 +2910,8 @@ ${errorLines.join("\n")}`);
|
|
|
2910
2910
|
const toolConfig = parentToolConfigs.find(
|
|
2911
2911
|
(t) => typeof t === "string" ? t === agentName : t.name === agentName
|
|
2912
2912
|
);
|
|
2913
|
-
state.
|
|
2913
|
+
const targetState = state.rootState || state;
|
|
2914
|
+
targetState.pendingHandoff = {
|
|
2914
2915
|
agentId: agentName,
|
|
2915
2916
|
args: args2,
|
|
2916
2917
|
toolConfig: typeof toolConfig === "object" ? {
|