feat(perplexity): add perplexity app with send chat prompt action
This commit is contained in:
12
packages/docs/pages/apps/perplexity/actions.md
Normal file
12
packages/docs/pages/apps/perplexity/actions.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
favicon: /favicons/perplexity.svg
|
||||
items:
|
||||
- name: Send chat prompt
|
||||
desc: Generates a model's response for the given chat conversation.
|
||||
---
|
||||
|
||||
<script setup>
|
||||
import CustomListing from '../../components/CustomListing.vue'
|
||||
</script>
|
||||
|
||||
<CustomListing />
|
||||
Reference in New Issue
Block a user