mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-06 04:34:57 +00:00
move straggler files and fix some important existing bugs
This commit is contained in:
parent
5e972ece13
commit
7890921e5c
5 changed files with 303 additions and 11 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue