MCPcopy Create free account
hub / github.com/chieapp/chie / removeTrace

Method removeTrace

src/model/chat-service.ts:69–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67 }
68
69 async removeTrace() {
70 await super.removeTrace();
71 if (this.api instanceof ChatConversationAPI) {
72 if ((this.api.constructor as ChatConversationAPIType).canRemoveFromServer)
73 await this.api.removeFromServer().catch(() => { /* Ignore error */ });
74 this.api.session = null;
75 }
76 }
77
78 async sendHistoryAndGetResponse(options) {
79 const apiOptions = {

Callers 2

destructorFunction · 0.80
clearFunction · 0.80

Calls 1

removeFromServerMethod · 0.80

Tested by

no test coverage detected