File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ def test_structured_code_raw(patched_openai_client):
47
47
for text in stream .text_deltas :
48
48
print (text , end = "" , flush = True )
49
49
print ()
50
- print (f"tool_outputs : { event_handler .tool_outputs } " )
50
+ print (f"tool_output : { event_handler .tool_output } " )
51
51
52
52
# Edit the program
53
53
event_handler = AstraEventHandler (patched_openai_client )
@@ -64,8 +64,8 @@ def test_structured_code_raw(patched_openai_client):
64
64
for text in stream .text_deltas :
65
65
print (text , end = "" , flush = True )
66
66
print ()
67
- programs = event_handler .tool_outputs
68
- print (f"tool_outputs : { event_handler .tool_outputs } " )
67
+ programs = event_handler .tool_output
68
+ print (f"tool_output : { event_handler .tool_output } " )
69
69
70
70
71
71
@pytest .mark .asyncio
You can’t perform that action at this time.
0 commit comments