bstraehle commited on
Commit
2187755
1 Parent(s): b32f9c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -113,6 +113,10 @@ def get_run_step_details(run_steps):
113
  print(tool_call.code_interpreter)
114
  print("\n\n")
115
  print(tool_call.code_interpreter.outputs)
 
 
 
 
116
  print("\n\n")
117
 
118
  def get_messages(client, thread):
 
113
  print(tool_call.code_interpreter)
114
  print("\n\n")
115
  print(tool_call.code_interpreter.outputs)
116
+ # [CodeInterpreterOutputImage(image=CodeInterpreterOutputImageImage(file_id='file-qmr1d6ObICSjyGvmoncXvBPj'), type='image')]
117
+ print("\n\n")
118
+ print(tool_call.code_interpreter.outputs[0].file_id)
119
+ print(tool_call.code_interpreter.outputs[0].type)
120
  print("\n\n")
121
 
122
  def get_messages(client, thread):