From 382e59e7367449d15cb851318efdbeb0472a4245 Mon Sep 17 00:00:00 2001 From: Lukas Schaefer Date: Wed, 22 Jul 2026 15:15:24 -0400 Subject: [PATCH] Fix: multimodal chatwithtools was not made internal Signed-off-by: Lukas Schaefer --- .../TaskProcessing/TaskTypes/MultimodalChatWithTools.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/public/TaskProcessing/TaskTypes/MultimodalChatWithTools.php b/lib/public/TaskProcessing/TaskTypes/MultimodalChatWithTools.php index c0039795e82ca..cb80d9b1bd923 100644 --- a/lib/public/TaskProcessing/TaskTypes/MultimodalChatWithTools.php +++ b/lib/public/TaskProcessing/TaskTypes/MultimodalChatWithTools.php @@ -12,14 +12,14 @@ use OCP\IL10N; use OCP\L10N\IFactory; use OCP\TaskProcessing\EShapeType; -use OCP\TaskProcessing\ITaskType; +use OCP\TaskProcessing\IInternalTaskType; use OCP\TaskProcessing\ShapeDescriptor; /** * This is the task processing task type for invoking multimodal Chat-enabled LLMs with tool call support * @since 35.0.0 */ -class MultimodalChatWithTools implements ITaskType { +class MultimodalChatWithTools implements IInternalTaskType { /** * @since 35.0.0 */