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

Method stringifyQuery

src/client.ts:618–620  ·  view source on GitHub ↗
(query: object | Record<string, unknown>)

Source from the content-addressed store, hash-verified

616 }
617
618 protected stringifyQuery(query: object | Record<string, unknown>): string {
619 return stringifyQuery(query);
620 }
621
622 private getUserAgent(): string {
623 return `${this.constructor.name}/JS ${VERSION}`;

Callers 2

buildURLMethod · 0.95
buildBodyMethod · 0.95

Calls 1

stringifyQueryFunction · 0.90

Tested by

no test coverage detected