another commit
Browse files- app_agent_config.py +1 -2
app_agent_config.py
CHANGED
@@ -1,12 +1,11 @@
|
|
1 |
# app_agent_config.py
|
2 |
from utils.tool_loader import ToolLoader
|
3 |
from utils.tool_config import tool_names
|
4 |
-
from utils.logger import log_enabled
|
5 |
|
6 |
class AgentConfig:
|
7 |
def __init__(self):
|
8 |
-
self.tool_checkboxes = []
|
9 |
self.url_endpoint = ""
|
|
|
10 |
self.image = []
|
11 |
self.document = ""
|
12 |
self.log_enabled = False
|
|
|
1 |
# app_agent_config.py
|
2 |
from utils.tool_loader import ToolLoader
|
3 |
from utils.tool_config import tool_names
|
|
|
4 |
|
5 |
class AgentConfig:
|
6 |
def __init__(self):
|
|
|
7 |
self.url_endpoint = ""
|
8 |
+
self.tool_checkboxes = []
|
9 |
self.image = []
|
10 |
self.document = ""
|
11 |
self.log_enabled = False
|