You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of returning only the “functions called” and “unstreamed response message”, return a comprehensive bag of information as a Response class that contains:
Functions called
Unstreamed reaponse messages
Tool response messages
Output tokens
(optional) input tokens
Latency stats
By making this a class we can also ensure the API won't break again
The text was updated successfully, but these errors were encountered:
Instead of returning only the “functions called” and “unstreamed response message”, return a comprehensive bag of information as a Response class that contains:
By making this a class we can also ensure the API won't break again
The text was updated successfully, but these errors were encountered: