Create a scoped observe function with preset context
const observeWithSession = createObserve({ sessionId: 'session-123', userId: 'user-456',});const openai = observeWithSession(new OpenAI()); Copy
const observeWithSession = createObserve({ sessionId: 'session-123', userId: 'user-456',});const openai = observeWithSession(new OpenAI());
Create a scoped observe function with preset context