Merge pull request #2312 from automatisch/fix-key-anthropic
fix(anthorpic/send-message): fix action key
This commit is contained in:
@@ -6,7 +6,7 @@ const castFloatOrUndefined = (value) => {
|
||||
|
||||
export default defineAction({
|
||||
name: 'Send message',
|
||||
key: 'send Message',
|
||||
key: 'sendMessage',
|
||||
description:
|
||||
'Sends a structured list of input messages with text content, and the model will generate the next message in the conversation.',
|
||||
arguments: [
|
||||
|
||||
Reference in New Issue
Block a user