@aaac/contracts 0.1.3 → 0.1.5
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.d.ts
CHANGED
|
@@ -187,6 +187,7 @@ interface OperationIR {
|
|
|
187
187
|
description: string;
|
|
188
188
|
agentWorkflow?: string;
|
|
189
189
|
agentTask?: string;
|
|
190
|
+
/** Function name for deterministic dispatch; file is `./handlers/{handler}.ts` by convention. */
|
|
190
191
|
handler?: string;
|
|
191
192
|
memoryRef?: OperationMemoryRefConfig;
|
|
192
193
|
options: OptionIR[];
|
package/dist/index.js
CHANGED