MCPcopy Create free account
hub / github.com/TanStack/ai /

Class

packages/openai-base/src/adapters/responses-text.ts:40–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 * `baseURL` / headers and pass it in.
39 */
40export abstract class OpenAIBaseResponsesTextAdapter<
41 TModel extends string,
42 TProviderOptions extends Record<string, unknown> = Record<string, unknown>,
43 TInputModalities extends ReadonlyArray<Modality> = ReadonlyArray<Modality>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected