cafierom commited on
Commit
61ec9db
·
verified ·
1 Parent(s): b1ed09f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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