Update app.py
Browse files
app.py
CHANGED
@@ -242,6 +242,8 @@ async def generate_plan(history, file_cache):
|
|
242 |
conversation_history += f"User: {user_msg}\n"
|
243 |
if ai_msg:
|
244 |
conversation_history += f"Assistant: {ai_msg}\n"
|
|
|
|
|
245 |
hf_query_gen_tool_details = await connect_and_get_tools()
|
246 |
print(hf_query_gen_tool_details)
|
247 |
# Format the prompt
|
|
|
242 |
conversation_history += f"User: {user_msg}\n"
|
243 |
if ai_msg:
|
244 |
conversation_history += f"Assistant: {ai_msg}\n"
|
245 |
+
|
246 |
+
print("Works till here")
|
247 |
hf_query_gen_tool_details = await connect_and_get_tools()
|
248 |
print(hf_query_gen_tool_details)
|
249 |
# Format the prompt
|