Skip to content

Commit d42717c

Browse files
authored
Add claude-3-5-sonnet-20241022 to anthropic models (#14443)
* Add claude-sonnet-3-5-20241022 * Update chat.mjs version to 0.0.9 * Update package.json version to 0.0.11
1 parent 9037ee3 commit d42717c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

components/anthropic/actions/chat/chat.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import constants from "../common/constants.mjs";
33

44
export default {
55
name: "Chat",
6-
version: "0.0.8",
6+
version: "0.0.9",
77
key: "anthropic-chat",
88
description: "The Chat API. [See the documentation](https://docs.anthropic.com/claude/reference/messages_post)",
99
type: "action",

components/anthropic/actions/common/constants.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
export default {
22
MESSAGE_MODELS: [
3+
"claude-3-5-sonnet-20241022",
34
"claude-3-5-sonnet-20240620",
45
"claude-3-opus-20240229",
56
"claude-3-sonnet-20240229",

components/anthropic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/anthropic",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"description": "Pipedream Anthropic (Claude) Components",
55
"main": "anthropic.app.mjs",
66
"keywords": [

0 commit comments

Comments
 (0)