MCPcopy Create free account
hub / github.com/anus-dev/ANUS / addHistory

Method addHistory

packages/core/src/core/client.ts:158–160  ·  view source on GitHub ↗
(content: Content)

Source from the content-addressed store, hash-verified

156 }
157
158 async addHistory(content: Content) {
159 this.getChat().addHistory(content);
160 }
161
162 getChat(): AnusChat {
163 if (!this.chat) {

Callers 7

addDirectoryContextMethod · 0.45
sendMessageStreamMethod · 0.45
anusChat.test.tsFile · 0.45
client.test.tsFile · 0.45
promptMethod · 0.45
useAnusStreamFunction · 0.45

Calls 1

getChatMethod · 0.95

Tested by

no test coverage detected