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

Interface HandleGenerateResponseParams

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

Source from the content-addressed store, hash-verified

28}
29
30interface HandleGenerateResponseParams {
31 response: Response;
32 isChat: boolean;
33 threadId: string | null;
34 rawResponse: boolean;
35}
36
37export class Request {
38 private config: RequestConfig;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected