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

Class

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

Source from the content-addressed store, hash-verified

18
19export type ClientOptions = openai.ClientOptions & { openpipe?: OpenPipeConfig | OpenPipe };
20export default class OpenAI extends openai.OpenAI {
21 constructor({ openpipe, ...options }: ClientOptions = {}) {
22 super({ ...options });
23

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected