feat(perplexity): add perplexity app with send chat prompt action

This commit is contained in:
Ali BARIN
2025-01-22 13:23:04 +00:00
parent e686d3b067
commit adacdced8a
14 changed files with 292 additions and 0 deletions

View File

@@ -350,6 +350,15 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/openai/connection' },
],
},
{
text: 'Perplexity',
collapsible: true,
collapsed: true,
items: [
{ text: 'Actions', link: '/apps/perplexity/actions' },
{ text: 'Connection', link: '/apps/perplexity/connection' },
],
},
{
text: 'Pipedrive',
collapsible: true,