Official2026-07-06
DeepSeek Publishes Thinking-Mode Tool-Call Samples
Checked on July 6, 2026: DeepSeek's official docs currently expose both a Python thinking-mode tool-call sample and a separate output transcript page, giving developers a first-party reference for tool schemas, chained calls, blank content turns, and reasoning_content replay behavior.
What we verified on July 6, 2026
- DeepSeek's official docs sitemap currently includes a dedicated Python thinking-mode tool-call sample page.
- The same official docs surface also includes a separate tool-call output transcript page, which exposes how
reasoning_content,content, andtool_callsevolve across multiple turns. - The sample uses a chained pattern rather than a one-shot demo: the model first calls
get_date, then uses that result to callget_weather, then answers the user. - The output transcript shows that
contentcan be empty during a valid tool-call turn, which is an important debugging boundary for agent runtimes that incorrectly expect a final answer on every assistant message. - This is support and protocol coverage only. It does not create any new plan card, stock promise, or pricing change in this repo.
Sources
- DeepSeek English homepage
- DeepSeek official docs sitemap
- DeepSeek official thinking-mode tool-call Python sample
- DeepSeek official thinking-mode tool-call output transcript
- DeepSeek official Thinking Mode guide
- DeepSeek official status page
- DeepSeek official GitHub organization
- DeepSeek official Hugging Face organization
- DeepSeek official X account surface