agent-swarm-kit 1.1.40 → 1.1.41
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/package.json +1 -1
- package/types.d.ts +1 -1
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -11781,7 +11781,7 @@ interface IScopeOptions {
|
|
|
11781
11781
|
* @returns {Promise<T | void>} The result of the run function or void if no result is returned.
|
|
11782
11782
|
* @throws {Error} If a session already exists for the clientId.
|
|
11783
11783
|
*/
|
|
11784
|
-
declare const fork: <T = any>(runFn: (clientId: string, agentName: AgentName) => Promise<T | void>, options: IScopeOptions) => Promise<T
|
|
11784
|
+
declare const fork: <T = any>(runFn: (clientId: string, agentName: AgentName) => Promise<T | void>, options: IScopeOptions) => Promise<T>;
|
|
11785
11785
|
|
|
11786
11786
|
/**
|
|
11787
11787
|
* @module startPipeline
|