Sai-Tom
Results
1
issues of
Sai-Tom
## Summary The OpenAI SDK returns `APIPromise` objects with additional methods like `.withResponse()`. The previous `async/await` instrumentation converted these to regular Promises, losing those methods. This PR uses `Proxy` +...