Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -916,6 +916,7 @@ PREVIOUS ANSWER: {previous_answer}.\n \
|
|
| 916 |
TOOL RESULTS: {props_string}. '
|
| 917 |
|
| 918 |
res = chat_model.invoke(prompt)
|
|
|
|
| 919 |
return {"messages": res}
|
| 920 |
|
| 921 |
def gracefulexit_node(state: State) -> State:
|
|
@@ -928,6 +929,7 @@ Here is what I found: \n \
|
|
| 928 |
CONTEXT: {props_string}'
|
| 929 |
|
| 930 |
res = chat_model.invoke(prompt)
|
|
|
|
| 931 |
|
| 932 |
return {"messages": res}
|
| 933 |
|
|
|
|
| 916 |
TOOL RESULTS: {props_string}. '
|
| 917 |
|
| 918 |
res = chat_model.invoke(prompt)
|
| 919 |
+
print(res)
|
| 920 |
return {"messages": res}
|
| 921 |
|
| 922 |
def gracefulexit_node(state: State) -> State:
|
|
|
|
| 929 |
CONTEXT: {props_string}'
|
| 930 |
|
| 931 |
res = chat_model.invoke(prompt)
|
| 932 |
+
print(res)
|
| 933 |
|
| 934 |
return {"messages": res}
|
| 935 |
|