mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-12 13:00:39 +00:00
fix tool execution step from tool response
This commit is contained in:
parent
97f9580b1a
commit
9c40529e93
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ class ChatAgent(ShieldRunnerMixin):
|
|||
tool_name=x.tool_name,
|
||||
content=x.content,
|
||||
)
|
||||
for x in in_progress_tool_call_step.tool_responses
|
||||
for x in request.tool_responses
|
||||
],
|
||||
completed_at=datetime.now(),
|
||||
started_at=(in_progress_tool_call_step.started_at if in_progress_tool_call_step else datetime.now()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue