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