Skip to content

Commit 4e88dc8

Browse files
authored
Update chat.mjs version to 0.0.9
1 parent 06fb1ed commit 4e88dc8

File tree

1 file changed

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

1 file changed

+1
-1
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",

0 commit comments

Comments
 (0)