I got error when using latest OpenAI client 5.8.2.
const client = wrapOpenAI(new OpenAI());
The above code reports type error.
I got error when using latest OpenAI client 5.8.2.
const client = wrapOpenAI(new OpenAI());
The above code reports type error.
Hey @zhlmmc, yes this is currently unsupported. If you can open a GitHub issue so that we can track things that will also be helpful!
In the meantime, you can use traceable
as documented here: