Add brave_api_key option and export BRAVE_API_KEY
This commit is contained in:
@@ -38,6 +38,9 @@ options:
|
||||
mikrotik_host: "192.168.88.1"
|
||||
mikrotik_ssh_user: "papur"
|
||||
mikrotik_ssh_key_path: "/data/keys/mikrotik_papur_nopw"
|
||||
# Brave Search API key (optional; enables Brave-backed web search tool)
|
||||
brave_api_key: ""
|
||||
|
||||
# Cleanup stale session lock files left after crashes/restarts
|
||||
clean_session_locks_on_start: true
|
||||
clean_session_locks_on_exit: true
|
||||
@@ -56,6 +59,7 @@ schema:
|
||||
mikrotik_host: str
|
||||
mikrotik_ssh_user: str
|
||||
mikrotik_ssh_key_path: str
|
||||
brave_api_key: str?
|
||||
clean_session_locks_on_start: bool?
|
||||
clean_session_locks_on_exit: bool?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user