Chris4K commited on
Commit
561018f
·
verified ·
1 Parent(s): 6882039

Update app_chat.py

Browse files
Files changed (1) hide show
  1. app_chat.py +1 -1
app_chat.py CHANGED
@@ -46,7 +46,7 @@ def app_chat(agent_config):
46
  # Handle submission with the selected inference URL
47
  #app_agent_config()
48
 
49
- response = handle_submission(user_message, selected_tools, agent_config.url_endpoint)
50
 
51
  with st.chat_message("assistant"):
52
  if response is None:
 
46
  # Handle submission with the selected inference URL
47
  #app_agent_config()
48
 
49
+ response = handle_submission(user_message, selected_tools, agent_config.url_endpoint, agent_config.document, agent_config.image)
50
 
51
  with st.chat_message("assistant"):
52
  if response is None: