You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You where right somewhere between testing and final version TextToText::ID got changed to TextToTextSummary::ID
I adjusted the service to create a TextToTextSummary task instead as it makes more sense and I took your advice on the task provider check simplification
I think the produced summaries are never handled by the TaskProcessingListener because it only expects TextToTextSummary tasks.
https://github.com/nextcloud/mail/blob/main/lib/Listener/TaskProcessingListener.php#L43
Also, this https://github.com/nextcloud/mail/blob/main/lib/Service/AiIntegrations/AiIntegrationsService.php#L69-L74 can be replaced by:
The text was updated successfully, but these errors were encountered: