This documentation is for a version that has reached its End Of Life. Such versions are no longer supported and don't receive security updates. Consider updating to a newer version.
AI Actions events¶
AI Action execution¶
Event | Dispatched by |
---|---|
BeforeExecuteEvent | ActionServiceInterface |
ExecuteEvent | ActionServiceInterface |
Action Configurations management¶
Others¶
Event | Dispatched by | Description |
---|---|---|
ContextEvent | ActionServiceInterface | Pass additional options to the System Context before an AI Action is executed |
ResolveActionConfigurationWidgetConfigEvent | \Ibexa\ConnectorAi\Twig\ActionConfigurationWidgetConfigExtension::renderActionConfigurationWidgetConfig() |
Modify the Action Type configuration returned from the ibexa_ai_config Twig function |
ResolveActionHandlerEvent | ActionHandlerResolverInterface | Hook into the process of choosing a Handler to execute an AI Action |