chore: update Sphinx links to markdown (#33386)

This commit is contained in:
Mason Daugherty
2025-10-09 11:54:14 -04:00
committed by GitHub
parent 057ac361ef
commit 3576e690fa
31 changed files with 105 additions and 107 deletions

View File

@@ -395,9 +395,9 @@ class ChatDeepSeek(BaseChatOpenAI):
method: The method for steering model generation, one of:
- ``'function_calling'``:
Uses DeepSeek's `tool-calling features <https://api-docs.deepseek.com/guides/function_calling>`_.
Uses DeepSeek's [tool-calling features](https://api-docs.deepseek.com/guides/function_calling).
- ``'json_mode'``:
Uses DeepSeek's `JSON mode feature <https://api-docs.deepseek.com/guides/json_mode>`_.
Uses DeepSeek's [JSON mode feature](https://api-docs.deepseek.com/guides/json_mode).
!!! warning "Behavior changed in 0.1.3"
Added support for ``'json_mode'``.