From aa8e9080fde92c28a90b5fb820f08686721e0914 Mon Sep 17 00:00:00 2001 From: Leo Vu Date: Thu, 27 Feb 2025 08:44:47 +0700 Subject: [PATCH] Update components/kindo/actions/chat/chat.mjs --- components/kindo/actions/chat/chat.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/kindo/actions/chat/chat.mjs b/components/kindo/actions/chat/chat.mjs index cb0aadeba778c..2f7440f7c31c2 100644 --- a/components/kindo/actions/chat/chat.mjs +++ b/components/kindo/actions/chat/chat.mjs @@ -17,7 +17,7 @@ export default { messages: { type: "string[]", label: "Messages", - description: "A list of messages comprising the conversation so far. Depending on the [model](https://app.kindo.ai/settings/api) you use, different message types (modalities) are supported, like [text](https://platform.openai.com/docs/guides/text-generation), [images](https://platform.openai.com/docs/guides/vision), and [audio](https://platform.openai.com/docs/guides/audio). [See the documentation](https://platform.openai.com/docs/api-reference/chat/create#chat-create-messages) for more information. Eg. `[{\"role\": \"user\", \"content\": \"Hello, world!\"}]", + description: "A list of messages comprising the conversation so far. Depending on the [model](https://app.kindo.ai/settings/api) you use, different message types (modalities) are supported, like [text](https://platform.openai.com/docs/guides/text-generation), [images](https://platform.openai.com/docs/guides/vision), and [audio](https://platform.openai.com/docs/guides/audio). [See the documentation](https://platform.openai.com/docs/api-reference/chat/create#chat-create-messages) for more information. Eg. `[{\"role\": \"user\", \"content\": \"Hello, world!\"}]`", }, maxTokens: { label: "Max Tokens",