Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ from langchain_core.prompts.chat import ChatPromptTemplate, MessagesPlaceholder
|
|
51 |
#... (repeat Thought/Action/Observation N times)
|
52 |
#Thought: I know what to respond
|
53 |
#Action:
|
54 |
-
|
55 |
#{
|
56 |
#"action": "Final Answer",
|
57 |
#"action_input": "Final response to human"
|
|
|
51 |
#... (repeat Thought/Action/Observation N times)
|
52 |
#Thought: I know what to respond
|
53 |
#Action:
|
54 |
+
#```
|
55 |
#{
|
56 |
#"action": "Final Answer",
|
57 |
#"action_input": "Final response to human"
|