Skip to content

Commit afa869a

Browse files
committed
fix description
1 parent dd3a641 commit afa869a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/mistral_ai/actions/generate-text/generate-text.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import mistralAI from "../../mistral_ai.app.mjs";
33
export default {
44
key: "mistral_ai-generate-text",
55
name: "Generate Text",
6-
description: "Retrieve a list of available Mistral AI models that the user is authorized to access. [See the Documentation](https://docs.mistral.ai/api/#tag/fim/operation/fim_completion_v1_fim_completions_post)",
6+
description: "Generate text using Mistral AI models. [See the Documentation](https://docs.mistral.ai/api/#tag/chat/operation/chat_completion_v1_chat_completions_post)",
77
version: "0.0.1",
88
type: "action",
99
props: {

0 commit comments

Comments
 (0)