Skip to content
This repository was archived by the owner on Mar 19, 2026. It is now read-only.

Commit fd9f6b7

Browse files
committed
Fix test
1 parent 7cd96f6 commit fd9f6b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/utilities/test_testing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,5 @@ def test_record_task_events(default_fake_llm):
4747
tool_call_id="call_ZEPdV8mCgeBe5UHjKzm6e3pe",
4848
str_result='Task #12345 ("say hello") marked successful.',
4949
is_error=False,
50+
tool_metadata={"is_completion_tool": True},
5051
)

0 commit comments

Comments
 (0)