Open KernelDeimos opened 3 months ago
Hey, thanks, for reporting this Could you share with us the following:
Hey, https://github.com/mistralai/client-ts/pull/24 should have fix the issue, let us know if you still encounter the issue with the new version 👍
I'm trying to use the typescript client and I am getting the following error message:
This appears to be because the API is not responding with a boolean value for the
prefix
parameter. I noticed the error object conveniently has arawValue
property containing the response, so I checked that and it looks like I'm getting a successful response from the API (just missing that property):