Skip to content

docs(agents): add MistralChatClient to supported LLMs#5108

Open
Rishabh-git10 wants to merge 7 commits into
dapr:v1.17from
Rishabh-git10:add-mistral-agent-docs
Open

docs(agents): add MistralChatClient to supported LLMs#5108
Rishabh-git10 wants to merge 7 commits into
dapr:v1.17from
Rishabh-git10:add-mistral-agent-docs

Conversation

@Rishabh-git10
Copy link
Copy Markdown

Thank you for helping make the Dapr documentation better!

Please follow this checklist before submitting:

  • Commits are signed with Developer Certificate of Origin (DCO - learn more)
  • Read the contribution guide
  • Commands include options for Linux, MacOS, and Windows within tabpane
  • New file and folder names are globally unique
  • Page references use shortcodes instead of markdown or URL links
  • Images use HTML style and have alternative text
  • Places where multiple code/command options are given have tabpane

In addition, please fill out the following to help reviewers understand this pull request:

Description

Adds MistralChatClient to the list of supported LLMs in the Dapr Agents Core Concepts page. This documents the new native Mistral SDK integration added to the dapr-agents Python SDK.

Issue reference

Accompanies implementation issue: dapr/dapr-agents#230

Signed-off-by: Rishabh Dewangan <107680241+Rishabh-git10@users.noreply.github.com>
Signed-off-by: Rishabh Dewangan <107680241+Rishabh-git10@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

@sicoyle sicoyle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

amazing - thank you so much for your docs contribution on the feature you enabled! 🚀

sicoyle and others added 2 commits April 15, 2026 08:44
Signed-off-by: Rishabh Dewangan <107680241+Rishabh-git10@users.noreply.github.com>
@Rishabh-git10
Copy link
Copy Markdown
Author

@sicoyle I've added a commit to document the .prompty configuration support for the Mistral client. This accompanies the implementation just opened in dapr/dapr-agents#593.
Ready for another look when you have a moment!

@Rishabh-git10 Rishabh-git10 requested a review from sicoyle May 1, 2026 09:21
Copy link
Copy Markdown
Contributor

@nelson-parente nelson-parente left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pre-review for @marcduiker handoff: LGTM with nits.

  • Adds MistralChatClient to the supported LLMs list and includes a Prompty template example for Mistral configuration.
  • The .prompty file example is well-formatted and consistent with the existing docs style.
  • Nit: the new #### Using Prompty Templates subsection is placed inside the LLM section but reads as a general feature — consider whether this should be its own top-level section or cross-reference an existing Prompty page if one exists.
  • Nit: mistral-large-latest as the default model name may go stale as Mistral updates their naming. A note like 'check Mistral docs for current model names' would be helpful.
    Nothing blocking — Marc, your call.

Signed-off-by: Rishabh Dewangan <107680241+Rishabh-git10@users.noreply.github.com>
@Rishabh-git10
Copy link
Copy Markdown
Author

Thanks for the review @nelson-parente. I've addressed the nits.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants