@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.
@@ -833,7 +833,7 @@ interface SubAgentConfig {
833
833
  /** Extra knowledge base sources for the sub-agent */
834
834
  knowledge?: KnowledgeFetcher;
835
835
  /** Optional extra configuration for the subagent instance */
836
- config?: Partial<WebWeaverGPTConfig>;
836
+ config?: Partial<IntelliWeaveConfig>;
837
837
  /** Called when the subagent is loaded */
838
838
  onAgentLoaded?: (agent: IntelliWeave) => Promise<void> | void;
839
839
  }