docs(agents): add MistralChatClient to supported LLMs#5108
Open
Rishabh-git10 wants to merge 7 commits into
Open
docs(agents): add MistralChatClient to supported LLMs#5108Rishabh-git10 wants to merge 7 commits into
Rishabh-git10 wants to merge 7 commits into
Conversation
Signed-off-by: Rishabh Dewangan <107680241+Rishabh-git10@users.noreply.github.com>
4 tasks
Signed-off-by: Rishabh Dewangan <107680241+Rishabh-git10@users.noreply.github.com>
sicoyle
approved these changes
Apr 15, 2026
Contributor
sicoyle
left a comment
There was a problem hiding this comment.
amazing - thank you so much for your docs contribution on the feature you enabled! 🚀
Signed-off-by: Rishabh Dewangan <107680241+Rishabh-git10@users.noreply.github.com>
4 tasks
Author
|
@sicoyle I've added a commit to document the |
Contributor
nelson-parente
left a comment
There was a problem hiding this comment.
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
.promptyfile example is well-formatted and consistent with the existing docs style. - Nit: the new
#### Using Prompty Templatessubsection 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-latestas 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>
Author
|
Thanks for the review @nelson-parente. I've addressed the nits. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Thank you for helping make the Dapr documentation better!
Please follow this checklist before submitting:
In addition, please fill out the following to help reviewers understand this pull request:
Description
Adds
MistralChatClientto the list of supported LLMs in the Dapr Agents Core Concepts page. This documents the new native Mistral SDK integration added to thedapr-agentsPython SDK.Issue reference
Accompanies implementation issue: dapr/dapr-agents#230