Skip to content

Commit

Permalink
fix tst
Browse files Browse the repository at this point in the history
  • Loading branch information
phact committed Oct 24, 2024
1 parent 506c0a3 commit 165316c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def on_run_step_done(self, run_step) -> None:
matches = []
for tool_call in run_step.step_details.tool_calls:
matches = tool_call.file_search
print(json.dumps(tool_call.file_search))
print(tool_call.file_search)
assert len(matches) > 0, "No matches found"

@override
Expand Down

0 comments on commit 165316c

Please sign in to comment.