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
This only handles the case when the effective output is at the "content" key which is most cases but for function calling the output would look like the following:
In openai_online_request_processor.py (should be the same for all openai request processors e.g. batch):
This only handles the case when the effective output is at the "content" key which is most cases but for function calling the output would look like the following:
We should add a case to handle tool_calls if its value is non-empty.
The text was updated successfully, but these errors were encountered: