Open keyboardAnt opened 1 year ago
Pydantic doesn't parse the response, the raw JSON is just loaded (I did have Pydantic parse it but it was a usability issue there).
Not sure if there's a user-friendly approach for it. Maybe a parameter to also return the API response?
Maybe a parameter to also return the API response?
Sounds legit.
For debug purposes, is it possible to access the raw response of a Function Calling request before Pydantic's parsing? Thanks!