Merge pull request #2312 from automatisch/fix-key-anthropic

fix(anthorpic/send-message): fix action key
This commit is contained in:
Ali BARIN
2025-01-27 16:46:52 +01:00
committed by GitHub

View File

@@ -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: [