move straggler files and fix some important existing bugs

This commit is contained in:
Ashwin Bharambe 2024-08-05 09:24:45 -07:00
parent 5e972ece13
commit 7890921e5c
5 changed files with 303 additions and 11 deletions

View file

@ -47,7 +47,6 @@ async def execute_with_custom_tools(
yield chunk
else:
turn = chunk.event.payload.turn
break
message = turn.output_message
if len(message.tool_calls) == 0: