mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-03 20:16:52 +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
GitHub
parent
25c270b5a5
commit
577ed68b59
@@ -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