MCPcopy Create free account
hub / github.com/CommandCodeAI/BaseAI / MakeRequestParams

Interface MakeRequestParams

packages/core/src/common/request.ts:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24interface MakeRequestParams {
25 url: string;
26 options: RequestOptions;
27 headers: Record<string, string>;
28}
29
30interface HandleGenerateResponseParams {
31 response: Response;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected