@mindstudio-ai/agent 0.0.5 → 0.0.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.d.ts CHANGED
@@ -4461,6 +4461,7 @@ declare class MindStudioError extends Error {
4461
4461
  interface StepSnippet {
4462
4462
  method: string;
4463
4463
  snippet: string;
4464
+ outputKeys: string[];
4464
4465
  }
4465
4466
  declare const stepSnippets: Record<string, StepSnippet>;
4466
4467