execute_sync_callback
Function
This function is defined in the main module.Execute synchronous callback for a given display type without displaying anything. This function is used to trigger callbacks even when verbose=False.
Signature
Parameters
Type of display event **kwargs: Arguments to pass to the callback function
Returns
The result of the operation.
Uses
inspect.signaturecallback
Used By
Source
View on GitHub
praisonaiagents/main.py at line 134
