@voltagent/core 1.1.11 → 1.1.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/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.js
CHANGED
|
@@ -9153,7 +9153,7 @@ Context: ${(0, import_utils11.safeStringify)(contextObj, { indentation: 2 })}`;
|
|
|
9153
9153
|
parameters: import_zod2.z.object({
|
|
9154
9154
|
task: import_zod2.z.string().describe("The task to delegate"),
|
|
9155
9155
|
targetAgents: import_zod2.z.array(import_zod2.z.string()).describe("List of agent names to delegate the task to"),
|
|
9156
|
-
context: import_zod2.z.record(import_zod2.z.
|
|
9156
|
+
context: import_zod2.z.record(import_zod2.z.string(), import_zod2.z.any()).optional().describe("Additional context for the task")
|
|
9157
9157
|
}),
|
|
9158
9158
|
execute: /* @__PURE__ */ __name(async ({ task, targetAgents, context: context5 = {} }, currentOperationContext) => {
|
|
9159
9159
|
const effectiveOperationContext = currentOperationContext || operationContext;
|