Skip to content

Commit b5319fe

Browse files
committed
Adjusting model prop
1 parent f48aa05 commit b5319fe

File tree

1 file changed

+2
-2
lines changed
  • components/anthropic/actions/chat

1 file changed

+2
-2
lines changed

components/anthropic/actions/chat/chat.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ export default {
1111
anthropic,
1212
model: {
1313
label: "Model",
14-
description: "Select the model to use for your query. Defaults to the `claude-3-7-sonnet-20250219` model, which is Anthropic's latest Claude model.",
14+
description: "Select the model to use for your query. Defaults to the latest Claude model - [see the documentation](https://docs.anthropic.com/en/docs/about-claude/models/overview) for more information",
1515
type: "string",
1616
options: constants.MESSAGE_MODELS,
17-
default: constants.MESSAGE_MODELS[0],
17+
default: constants.MESSAGE_MODELS[0].value,
1818
},
1919
userMessage: {
2020
label: "User Message",

0 commit comments

Comments
 (0)