mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-30 03:00:41 -04:00
style(copilot): reformat auto-approve constants
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -31,7 +31,9 @@ VALID_ACTIONS = {"add_block", "connect_blocks", "configure", "add_input", "add_o
|
||||
# checks the predicate and skips (the client's message is already there).
|
||||
AUTO_APPROVE_CLIENT_SECONDS = 60
|
||||
AUTO_APPROVE_SERVER_GRACE_SECONDS = 5
|
||||
AUTO_APPROVE_SERVER_SECONDS = AUTO_APPROVE_CLIENT_SECONDS + AUTO_APPROVE_SERVER_GRACE_SECONDS
|
||||
AUTO_APPROVE_SERVER_SECONDS = (
|
||||
AUTO_APPROVE_CLIENT_SECONDS + AUTO_APPROVE_SERVER_GRACE_SECONDS
|
||||
)
|
||||
AUTO_APPROVE_MESSAGE = "Approved. Please build the agent."
|
||||
|
||||
# Redis key prefix for cross-process cancel signalling. The cancel
|
||||
|
||||
Reference in New Issue
Block a user