Jeremy Live
commited on
Commit
·
e41b0d8
1
Parent(s):
4b08600
Revert "m2"
Browse filesThis reverts commit 390ac6e44d905a6887a3badf4fbb87d552b9c3ea.
app.py
CHANGED
@@ -521,7 +521,6 @@ async def stream_agent_response(question: str, chat_history: List[List[str]], se
|
|
521 |
response_text = ""
|
522 |
chart_fig = None
|
523 |
messages = []
|
524 |
-
prev_messages = []
|
525 |
|
526 |
# Add previous chat history in the correct format for the agent
|
527 |
for msg_pair in chat_history:
|
|
|
521 |
response_text = ""
|
522 |
chart_fig = None
|
523 |
messages = []
|
|
|
524 |
|
525 |
# Add previous chat history in the correct format for the agent
|
526 |
for msg_pair in chat_history:
|