@intelliweave/embedded 2.1.74 → 2.1.76

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.
@@ -1088,7 +1088,7 @@ interface SubAgentConfig {
1088
1088
  /** Extra knowledge base sources for the sub-agent */
1089
1089
  knowledge?: KnowledgeFetcher;
1090
1090
  /** Optional extra configuration for the subagent instance */
1091
- config?: Partial<WebWeaverGPTConfig>;
1091
+ config?: Partial<IntelliWeaveConfig>;
1092
1092
  /** Called when the subagent is loaded */
1093
1093
  onAgentLoaded?: (agent: IntelliWeave) => Promise<void> | void;
1094
1094
  }