MCPcopy Create free account
hub / github.com/chieapp/chie / #sendReply

Method #sendReply

src/view/chat-view.ts:483–485  ·  view source on GitHub ↗
(content: string)

Source from the content-addressed store, hash-verified

481 }
482
483 #sendReply(content: string) {
484 this.service.sendMessage({role: ChatRole.User, content});
485 }
486
487 async #refreshToken(action: 'refresh' | 'login') {
488 try {

Callers

nothing calls this directly

Calls 1

sendMessageMethod · 0.45

Tested by

no test coverage detected