is_env_auto_approve
Function
This function is defined in the approval module.Check if PRAISONAI_AUTO_APPROVE environment variable is set.
Signature
Returns
The result of the operation.
Source
View on GitHub
praisonaiagents/approval.py at line 274is_env_auto_approve: Check if PRAISONAI_AUTO_APPROVE environment variable is set.
This function is defined in the approval module.Check if PRAISONAI_AUTO_APPROVE environment variable is set.
def is_env_auto_approve() -> bool
praisonaiagents/approval.py at line 274