omerc7
omerc7
## Title Fix - parsing multi tool calls in stream_chunk_builder ## Type 🐛 Bug Fix ## Changes Add index to last function call in stream_chunk_builder Fix function name in multi...
## Description pass params to conversations_history inside the pagination flow Fixes #10894 ## Type of change 🐛 Bug fix (non-breaking change which fixes an issue) ## Verification Process To ensure...
### Short description of current behavior Running the following query works as expected: ``` SELECT * FROM slack_datasource.messages WHERE channel_id = "xxxx" LIMIT 100; ``` However, increasing the LIMIT to...