Fix pretty print

This commit is contained in:
luijait 2025-05-08 09:31:39 +02:00
parent 9e02077d62
commit 8a6200775e
1 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@ async def test_pretty_run_result_streaming():
RunResultStreaming:
- Current agent: Agent(name="test_agent", ...)
- Current turn: 1
- Max turns: 10
- Max turns: inf
- Is complete: True
- Final output (str):
Hi there
@ -111,7 +111,7 @@ async def test_pretty_run_result_streaming_structured_output():
RunResultStreaming:
- Current agent: Agent(name="test_agent", ...)
- Current turn: 1
- Max turns: 10
- Max turns: inf
- Is complete: True
- Final output (Foo):
{
@ -189,7 +189,7 @@ async def test_pretty_run_result_streaming_list_structured_output():
RunResultStreaming:
- Current agent: Agent(name="test_agent", ...)
- Current turn: 1
- Max turns: 10
- Max turns: inf
- Is complete: True
- Final output (list):
[Foo(bar='Test'), Foo(bar='Test 2')]