mirror of
https://github.com/hwchase17/langchain.git
synced 2026-02-21 22:56:05 +00:00
mistralai[patch]: Added Json Mode for ChatMistralAI (#22213)
- **Description:** Powered
[ChatMistralAI.with_structured_output](fbfed65fb1/libs/partners/mistralai/langchain_mistralai/chat_models.py (L609))
via json mode
- **Issue:** #22081
---------
Co-authored-by: Bagatur <baskaryan@gmail.com>
This commit is contained in:
committed by
William Fu-Hinthorn
parent
1c69742f93
commit
7d69ddcbdb
@@ -24,6 +24,7 @@ CHAT_MODEL_FEAT_TABLE = {
|
||||
"ChatMistralAI": {
|
||||
"tool_calling": True,
|
||||
"structured_output": True,
|
||||
"json_model": True,
|
||||
"package": "langchain-mistralai",
|
||||
"link": "/docs/integrations/chat/mistralai/",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user