MCPcopy
hub / github.com/ChatGPTNextWeb/NextChat / extractMessage

Method extractMessage

app/client/platforms/alibaba.ts:88–90  ·  view source on GitHub ↗
(res: any)

Source from the content-addressed store, hash-verified

86 }
87
88 extractMessage(res: any) {
89 return res?.output?.choices?.at(0)?.message?.content ?? "";
90 }
91
92 speech(options: SpeechOptions): Promise<ArrayBuffer> {
93 throw new Error("Method not implemented.");

Callers 1

chatMethod · 0.95

Calls 1

atMethod · 0.80

Tested by

no test coverage detected