feat(anthropic): add anthropic app with send message action
This commit is contained in:
12
packages/docs/pages/apps/anthropic/actions.md
Normal file
12
packages/docs/pages/apps/anthropic/actions.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
favicon: /favicons/anthropic.svg
|
||||
items:
|
||||
- name: Send message
|
||||
desc: Sends a structured list of input messages with text content, and the model will generate the next message in the conversation.
|
||||
---
|
||||
|
||||
<script setup>
|
||||
import CustomListing from '../../components/CustomListing.vue'
|
||||
</script>
|
||||
|
||||
<CustomListing />
|
||||
8
packages/docs/pages/apps/anthropic/connection.md
Normal file
8
packages/docs/pages/apps/anthropic/connection.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# Anthropic
|
||||
|
||||
1. Go to [API Keys page](https://console.anthropic.com/settings/keys) on Anthropic.
|
||||
2. Create a new key.
|
||||
3. Paste the key into the `API Key` field in Automatisch.
|
||||
4. Write any screen name to be displayed in Automatisch.
|
||||
5. Click `Save`.
|
||||
6. Start using Anthropic integration with Automatisch!
|
||||
Reference in New Issue
Block a user