MCPcopy
hub / github.com/MiniMax-AI/cli / request

Method request

src/sdk/client.ts:29–31  ·  view source on GitHub ↗
(opts: RequestOpts)

Source from the content-addressed store, hash-verified

27 }
28
29 protected request(opts: RequestOpts) {
30 return requestClient(this.config, opts);
31 }
32
33 protected requestJson<T>(opts: RequestOpts): Promise<T> {
34 return requestJsonClient<T>(this.config, opts);

Callers 3

generateStreamMethod · 0.80
synthesizeStreamMethod · 0.80
chatStreamMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected