mirror of https://github.com/aliasrobotics/cai.git
Fix run impl typo
This commit is contained in:
parent
1a00544511
commit
29963d99f5
|
|
@ -493,7 +493,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