Update app.py
Browse files
app.py
CHANGED
@@ -243,6 +243,7 @@ async def generate_plan(history, file_cache):
|
|
243 |
if ai_msg:
|
244 |
conversation_history += f"Assistant: {ai_msg}\n"
|
245 |
hf_query_gen_tool_details = await connect_and_get_tools()
|
|
|
246 |
# Format the prompt
|
247 |
formatted_prompt = hf_query_gen_prompt.format(
|
248 |
Tool_Details=hf_query_gen_tool_details
|
|
|
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
|
248 |
formatted_prompt = hf_query_gen_prompt.format(
|
249 |
Tool_Details=hf_query_gen_tool_details
|