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

Class

packages/core/src/core/anusChat.ts:118–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 * The session maintains all the turns between user and model.
117 */
118export class AnusChat {
119 // A promise to represent the current state of the message being sent to the
120 // model.
121 private sendPromise: Promise<void> = Promise.resolve();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected