sam522 commited on
Commit
02e95e3
·
1 Parent(s): a861628
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -68,5 +68,8 @@ guest_info_tool = Tool(
68
  description="Retrieves detailed information about gala guests based on their name or relation."
69
  )
70
 
 
 
 
71
 
72
  demo.launch()
 
68
  description="Retrieves detailed information about gala guests based on their name or relation."
69
  )
70
 
71
+ tools = [guest_info_tool]
72
+ chat_with_tools = chat.bind_tools(tools)
73
+
74
 
75
  demo.launch()