MCPcopy Create free account
hub / github.com/OpenPipe/OpenPipe /

Class

client-libs/typescript/src/openai.ts:44–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44class WrappedChat extends openai.OpenAI.Chat {
45 setClients(opClient: OpenPipe, opCompletionClient: openai.OpenAI) {
46 this.completions.opClient = opClient;
47 this.completions.opCompletionClient = opCompletionClient;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected