Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -122,7 +122,7 @@ def chat(message, history):
|
|
122 |
|
123 |
run_steps = get_run_steps(client, thread, run)
|
124 |
|
125 |
-
|
126 |
|
127 |
messages = get_messages(client, thread)
|
128 |
|
|
|
122 |
|
123 |
run_steps = get_run_steps(client, thread, run)
|
124 |
|
125 |
+
get_run_step_details(run_steps)
|
126 |
|
127 |
messages = get_messages(client, thread)
|
128 |
|