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

Method sendMessage

test/setup.ts:28–30  ·  view source on GitHub ↗
(text, {onMessageDelta})

Source from the content-addressed store, hash-verified

26 super(credential);
27 }
28 async sendMessage(text, {onMessageDelta}) {
29 onMessageDelta({role: ChatRole.Assistant, content: 'Reply'}, {pending: false});
30 }
31 clear() {
32 // Do nothing.
33 }

Calls

no outgoing calls

Tested by

no test coverage detected