Skip to content

Commit 51ce2f2

Browse files
committed
fix(): add missing category to AI
1 parent e0af843 commit 51ce2f2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
@PluginSubGroup(
2+
title = "Perplexity plugin",
3+
description = "A plugin to use Perplexity.",
4+
categories = PluginSubGroup.PluginCategory.AI
5+
)
6+
package io.kestra.plugin.perplexity;
7+
8+
import io.kestra.core.models.annotations.PluginSubGroup;

0 commit comments

Comments
 (0)