suvadityamuk commited on
Commit
bd59709
1 Parent(s): 5536589

Signed-off-by: Suvaditya Mukherjee <[email protected]>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ def parse_tool_request(tool_call, top_k=5):
65
  def update_chat_history(chat_history, tool_query, query_results):
66
  assistant_tool_message = {
67
  "role": "assistant",
68
- # "metadata": "🛠️ Using Qdrant Engine to search for the query 🛠️",
69
  "tool_calls": [{
70
  "type": "function",
71
  "function": {
 
65
  def update_chat_history(chat_history, tool_query, query_results):
66
  assistant_tool_message = {
67
  "role": "assistant",
68
+ "metadata": "🛠️ Using Qdrant Engine to search for the query 🛠️",
69
  "tool_calls": [{
70
  "type": "function",
71
  "function": {