Update app_agent_config.py
Browse files- app_agent_config.py +1 -0
app_agent_config.py
CHANGED
|
@@ -9,6 +9,7 @@ class AgentConfig:
|
|
| 9 |
self.tool_checkboxes = []
|
| 10 |
self.url_endpoint = ""
|
| 11 |
self.log_enabled = False
|
|
|
|
| 12 |
|
| 13 |
def configure(self):
|
| 14 |
st.markdown("Change the agent's configuration here.")
|
|
|
|
| 9 |
self.tool_checkboxes = []
|
| 10 |
self.url_endpoint = ""
|
| 11 |
self.log_enabled = False
|
| 12 |
+
self.tool_loader = ToolLoader(tool_names)
|
| 13 |
|
| 14 |
def configure(self):
|
| 15 |
st.markdown("Change the agent's configuration here.")
|