Skip to content

Commit 5378aed

Browse files
authored
Merge pull request #62426 from nextcloud/fix/internal-chatwithtools
Fix: multimodal chatwithtools was not made internal
2 parents 94b5812 + 382e59e commit 5378aed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/public/TaskProcessing/TaskTypes/MultimodalChatWithTools.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
use OCP\IL10N;
1313
use OCP\L10N\IFactory;
1414
use OCP\TaskProcessing\EShapeType;
15-
use OCP\TaskProcessing\ITaskType;
15+
use OCP\TaskProcessing\IInternalTaskType;
1616
use OCP\TaskProcessing\ShapeDescriptor;
1717

1818
/**
1919
* This is the task processing task type for invoking multimodal Chat-enabled LLMs with tool call support
2020
* @since 35.0.0
2121
*/
22-
class MultimodalChatWithTools implements ITaskType {
22+
class MultimodalChatWithTools implements IInternalTaskType {
2323
/**
2424
* @since 35.0.0
2525
*/

0 commit comments

Comments
 (0)