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
{{ message }}
This repository was archived by the owner on Jul 4, 2025. It is now read-only.
However, when I add tools=my_tools, the response becomes the empty list. If I then remove stream=True, the response is again correct, only that streaming being disable, it's returned all at once.
Cortex version
v1.0.12
Describe the issue and expected behaviour
The following code works as expected:
However, when I add
tools=my_tools,the response becomes the empty list. If I then removestream=True, the response is again correct, only that streaming being disable, it's returned all at once.I expected
stream=Trueandtools=...to work together as per https://platform.openai.com/docs/guides/function-calling#streaming.Steps to Reproduce
No response
Screenshots / Logs
No response
What is your OS?
What engine are you running?
Hardware Specs eg OS version, GPU
No response