Chris4K commited on
Commit
3a0b06d
·
verified ·
1 Parent(s): bfe8a00

Update app_agent_config.py

Browse files
Files changed (1) hide show
  1. 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