Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -410,7 +410,7 @@ def graceful_exit_node(state: State) -> State:
|
|
| 410 |
prompt = f'You are a chemistry agent that has not been able to fulfill the task assigned. \
|
| 411 |
Write an apology to the user and include any information in the CONTEXT below, just in case it can \
|
| 412 |
prove useful. \n \
|
| 413 |
-
CONTEXT: {props_string}
|
| 414 |
|
| 415 |
res = chat_model.invoke(prompt)
|
| 416 |
|
|
|
|
| 410 |
prompt = f'You are a chemistry agent that has not been able to fulfill the task assigned. \
|
| 411 |
Write an apology to the user and include any information in the CONTEXT below, just in case it can \
|
| 412 |
prove useful. \n \
|
| 413 |
+
CONTEXT: {props_string}'
|
| 414 |
|
| 415 |
res = chat_model.invoke(prompt)
|
| 416 |
|