mirror of https://github.com/aliasrobotics/cai.git
Fix run impl typo
This commit is contained in:
parent
9c7205c0c1
commit
265199493e
|
|
@ -414,7 +414,7 @@ class RunImpl:
|
|||
return ProcessedResponse(
|
||||
new_items=items,
|
||||
handoffs=run_handoffs,
|
||||
tools=functions,
|
||||
functions=functions,
|
||||
computer_actions=computer_actions,
|
||||
tools_used=tools_used,
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue