Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

add_approval_callback

Function
This function is defined in the display_types module.
Alias for register_approval_callback

Signature

def add_approval_callback(callback: Arc<dyn ApprovalCallback>) -> ()

Parameters

callback
Arc<dyn ApprovalCallback>
required
No description available.

Returns

Returns
()
The result of the operation.

Uses

  • register_approval_callback

Source

View on GitHub

praisonai/src/parity/display_types.rs at line 269

Rust Approval

Rust Guardrails