MCPcopy Create free account
hub / github.com/openai/openai-node / defaultQuery

Method defaultQuery

src/client.ts:561–563  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

559 }
560
561 protected defaultQuery(): Record<string, string | undefined> | undefined {
562 return this._options.defaultQuery;
563 }
564
565 protected validateHeaders(
566 { values, nulls }: NullableHeaders,

Callers 1

buildURLMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected