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.
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
