Commit 4d6c4f0
committed
fix(memory): add perspectiveSource to ICognitiveMemoryManager.encode interface
CI build failed because the public ICognitiveMemoryManager interface
was missing the perspectiveSource option I added to the class
implementation. AgentMemory.recall types against the interface, so
TypeScript refused the perspectiveSource property when threading
through to manager.encode.
Add the option to the interface so the two signatures match.1 parent e6e38d6 commit 4d6c4f0
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
114 | 121 | | |
115 | 122 | | |
116 | 123 | | |
| |||
0 commit comments