7 Commits

Author SHA1 Message Date
Quentin Brosse d726d9b9d0 docs: add Threads SDK methods to SmithDB migration guide (#4847)
## Summary

Adds 3 new v2 SDK methods to the SmithDB migration guide:

- `threads.query`
- `threads.list_traces`
- `threads.stats`

Each gets Python, TypeScript, Go, Java, and cURL before/after examples.
2026-07-15 17:05:12 +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 cbe6dd3b41 update code sample test reporting (#4581) 2026-06-23 19:50:22 +02:00
open-swe[bot] 92565459e3 feat: add java traceable docs [closes DOC-1050] (#3802) 2026-05-06 20:19:39 +02:00
Naomi Pentrel 7f8707b7fb create deep research tutorial (#3193) 2026-03-23 19:00:56 +01:00
Naomi Pentrel fb79c64ed1 feat: improve long-term memory docs and discoverability (#2957) 2026-03-18 16:28:59 +01:00
Naomi Pentrel 09916e89b6 automate tests (#2893) 2026-03-04 16:31:52 +01:00