We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0af843 commit 51ce2f2Copy full SHA for 51ce2f2
src/main/java/io/kestra/plugin/perplexity/package-info.java
@@ -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