Commit Graph

12 Commits

Author SHA1 Message Date
Joseph Y. 6f72262239 Added <CodeGroup> to Help Improve Documentation (#5501)
Co-authored-by: Joseph Yim <josephyim@Josephs-MacBook-Air-3.local>
Co-authored-by: Naomi Pentrel <5212232+npentrel@users.noreply.github.com>
2026-08-14 12:58:59 +02:00
langsmith-fleet[bot] 020f9d555f Update gemini-3.5-flash to gemini-3.6-flash across docs (#5160) 2026-07-29 11:58:40 +02:00
Naomi Pentrel e1b5bd8216 add more code samples tested in deepagents (#4747)
Turning more code samples into testable code samples
2026-07-06 19:21:04 +02:00
Quentin Brosse c38eb48bfc docs(langsmith): SmithDB SDK migration guide for runs query and retrieve (#4614)
## Summary

Adds an unlisted migration guide at `/langsmith/smithdb-sdk-migration`
for partner customers migrating from v1 SDK methods to SmithDB-backed
equivalents. The page is `noindex: true` and not wired into `docs.json`
nav — accessible via direct URL only.

Each method's content (parameter tables, examples, and their code-sample
imports) lives in its own file under
`src/snippets/langsmith/smithdb-migration/` (e.g. `runs-query.mdx`,
`runs-retrieve.mdx`), included into the main page via Mintlify's
snippet-import pattern. Adding a new method's migration guide only
requires a new snippet file plus one import and one render line in the
main page, so different teams can add methods in parallel without
conflicting.

The code-samples generation and testing pipeline was extended to support
Go and cURL/bash, alongside existing Python/TypeScript/Java/Kotlin
support, so every code sample in this guide is a real, tested source
file rather than hand-authored prose.

---------

Co-authored-by: Kiewan Villatel <kiewan@langchain.dev>
Co-authored-by: Naomi Pentrel <5212232+npentrel@users.noreply.github.com>
2026-07-06 09:40:48 +02:00
Naomi Pentrel 3c17a487d5 update to use glm5p2 (#4716) 2026-07-03 22:36:48 +02:00
Mason Daugherty a88ab7a0f7 docs(deepagents): use GLM-5.2 in code examples (#4568)
Replaces the `baseten:zai-org/GLM-5` model used in documentation
examples with `baseten:zai-org/GLM-5.2`. This updates the code-snippet
generator's Baseten tab token (so future regeneration stays consistent),
the already-generated `src/snippets/code-samples/*.mdx`, hand-authored
examples under `src/oss/`, and the GLM-5/GLM-5.1 references on the Deep
Agents models page. Benchmark matrices
(`deepagents-eval-category-matrix.mdx`,
`refresh_deepagents_category_matrix.py`) and the self-hosted changelog
are intentionally left untouched since they record factual data.

Made by [Open
SWE](https://openswe.vercel.app/agents/47bd1250-8806-5acc-2a2f-ec8497332af0)

---------

Co-authored-by: open-swe[bot] <open-swe@users.noreply.github.com>
2026-06-22 14:14:10 -04:00
open-swe[bot] e54f1f297f docs(deepagents): update default model to gemini-3.5-flash (#4096) 2026-05-20 11:16:56 -04:00
open-swe[bot] 92565459e3 feat: add java traceable docs [closes DOC-1050] (#3802) 2026-05-06 20:19:39 +02:00
open-swe[bot] 74c3c110c7 docs: port deepagents permissions docs to javascript (#3856) 2026-05-05 15:15:24 +02:00
Naomi Pentrel cfd6391a6b democratize providers (#3669) 2026-04-22 17:22:26 +02:00
Naomi Pentrel f7dedf49a2 feat: add streaming thinking/reasoning tokens example (#2936) 2026-03-06 12:38:43 +01:00
Naomi Pentrel 09916e89b6 automate tests (#2893) 2026-03-04 16:31:52 +01:00