Update app_agent_config.py
Browse files- app_agent_config.py +2 -0
app_agent_config.py
CHANGED
@@ -5,6 +5,8 @@ from tool_loader import ToolLoader
|
|
5 |
from tool_config import tool_names
|
6 |
|
7 |
tool_checkboxes = []
|
|
|
|
|
8 |
|
9 |
def app_agent_config():
|
10 |
# Code for URL and Tools checkboxes
|
|
|
5 |
from tool_config import tool_names
|
6 |
|
7 |
tool_checkboxes = []
|
8 |
+
url_endpoint = []
|
9 |
+
log_enabled = False
|
10 |
|
11 |
def app_agent_config():
|
12 |
# Code for URL and Tools checkboxes
|