Update app_agent_config.py
Browse files- app_agent_config.py +1 -1
app_agent_config.py
CHANGED
@@ -29,7 +29,7 @@ class AgentConfig:
|
|
29 |
self.tool_checkboxes = [st.checkbox(f"{tool.name} --- {tool.description} ") for tool in tool_loader.tools]
|
30 |
|
31 |
def content_and_context(self):
|
32 |
-
|
33 |
|
34 |
agent_config.image = st.camera_input("Take a picture")
|
35 |
|
|
|
29 |
self.tool_checkboxes = [st.checkbox(f"{tool.name} --- {tool.description} ") for tool in tool_loader.tools]
|
30 |
|
31 |
def content_and_context(self):
|
32 |
+
agent_config.context = st.text_area("Context")
|
33 |
|
34 |
agent_config.image = st.camera_input("Take a picture")
|
35 |
|