Skip to main content

request_approval

AsyncMethod
This is a method of the CallbackBackend class in the backends module.

Signature

Parameters

ApprovalRequest
required
No description available.

Returns

ApprovalDecision
The result of the operation.

Uses

  • asyncio.iscoroutinefunction
  • asyncio.get_running_loop
  • loop.run_in_executor
  • ApprovalDecision

Used By

Source

View on GitHub

praisonaiagents/approval/backends.py at line 308