Update app.py
Browse files
app.py
CHANGED
@@ -149,7 +149,8 @@ Now, rewrite the following question:
|
|
149 |
User Question: %s
|
150 |
Search Query:
|
151 |
"""%question
|
152 |
-
|
|
|
153 |
settings = provider.get_provider_default_settings()
|
154 |
messages = BasicChatHistory()
|
155 |
result = agent.get_chat_response(
|
|
|
149 |
User Question: %s
|
150 |
Search Query:
|
151 |
"""%question
|
152 |
+
print("<message>")
|
153 |
+
print(message)
|
154 |
settings = provider.get_provider_default_settings()
|
155 |
messages = BasicChatHistory()
|
156 |
result = agent.get_chat_response(
|