Merge pull request #2301 from automatisch/perplexity-integration
feat(perplexity): add perplexity app with send chat prompt action
This commit is contained in:
@@ -359,6 +359,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,
|
||||
|
||||
Reference in New Issue
Block a user