We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 283ead8 commit e3fe4f4Copy full SHA for e3fe4f4
tests/test_agent_runner.py
@@ -1129,7 +1129,7 @@ async def test_default_send_all_items():
1129
# Check the input from the last turn (second turn after function execution)
1130
last_input = model.last_turn_args["input"]
1131
1132
- # In defaul, the second turn should contain ALL items:
+ # In default, the second turn should contain ALL items:
1133
# 1. Original user message
1134
# 2. Assistant response message
1135
# 3. Function call
0 commit comments