fix: Restrict the agent to using memory compatible with the embedding model. (#16699)

This commit is contained in:
chanx
2026-07-07 16:28:58 +08:00
committed by GitHub
parent 9eba45249c
commit dd2f27d6a3
2 changed files with 79 additions and 9 deletions

View File

@@ -8,4 +8,6 @@ export interface IMemory {
permissions: string;
storage_type: string;
tenant_id: string;
embd_id: string;
llm_id: string;
}