RamiAwar / dataline

Chat with your data using natural language. CSV, Postgres, MySQL, Snowflake, SQLite...
https://dataline.app
GNU General Public License v3.0
56 stars 3 forks source link

OpenAI responses include unknown multi tool parallel call #214

Open RamiAwar opened 2 weeks ago

RamiAwar commented 2 weeks ago

Known issue, we just need to patch it: https://community.openai.com/t/model-tries-to-call-unknown-function-multi-tool-use-parallel/490653

Open source patches don't support async streaming. Been trying to catch it again for a while but not managing to. Added a breakpoint here but never managed to trigger it. Ignore the actual line, just dummy code. I just want to look into the returned json.

image
RamiAwar commented 1 week ago

Caught one! Just need to patch it now. image

RamiAwar commented 1 week ago

What it should look like:

image