Update app_chat.py
Browse files- 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:
|