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

Method request

packages/ai/src/logger/internal-logger.ts:110–112  ·  view source on GitHub ↗

Log outgoing request metadata before an adapter SDK call.

(message: string, meta?: Record<string, unknown>)

Source from the content-addressed store, hash-verified

108
109 /** Log outgoing request metadata before an adapter SDK call. */
110 request(message: string, meta?: Record<string, unknown>): void {
111 this.emit('debug', 'request', message, meta)
112 }
113
114 /**
115 * Log a non-fatal misconfiguration or recoverable anomaly. Gated by the

Callers 12

runGenerateTranscriptionFunction · 0.45
streamModelResponseMethod · 0.45
runGenerateAudioFunction · 0.45
runGenerateImageFunction · 0.45
runSummarizeFunction · 0.45
runStreamingSummarizeFunction · 0.45
summarizeMethod · 0.45
summarizeStreamMethod · 0.45
runCreateVideoJobFunction · 0.45
runGenerateSpeechFunction · 0.45

Calls 1

emitMethod · 0.95

Tested by

no test coverage detected