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.

register_approval_callback

Function
This function is defined in the display_types module.
Register the global approval callback

Signature

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

Parameters

callback
Arc<dyn ApprovalCallback>
required
No description available.

Returns

Returns
()
The result of the operation.

Uses

  • write

Source

View on GitHub

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

Rust Approval

Rust Guardrails