[PR #1316] [MERGED] Add per-thread TTL configuration #1462

Closed
opened 2026-02-17 17:22:23 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1316
Author: @l2and
Created: 11/6/2025
Status: Merged
Merged: 11/17/2025
Merged by: @lnhsingh

Base: mainHead: l2and-patch-1


📝 Commits (2)

  • d9d909e Add per-thread TTL configuration
  • 49b5d4a Apply suggestions from code review

📊 Changes

1 file changed (+16 additions, -0 deletions)

View changed files

📝 src/langsmith/configure-ttl.mdx (+16 -0)

📄 Description

Overview

Since v0.4.11, we have been able to configure per-thread TTLs but this was never documented.

Type of change

**Type:**Update existing documentation

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed
  • I have gotten approval from the relevant reviewers

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/1316 **Author:** [@l2and](https://github.com/l2and) **Created:** 11/6/2025 **Status:** ✅ Merged **Merged:** 11/17/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `l2and-patch-1` --- ### 📝 Commits (2) - [`d9d909e`](https://github.com/langchain-ai/docs/commit/d9d909e73f813637cc38b6860543c186751d860e) Add per-thread TTL configuration - [`49b5d4a`](https://github.com/langchain-ai/docs/commit/49b5d4a51b8cf13822667dd49e99faf771f3c946) Apply suggestions from code review ### 📊 Changes **1 file changed** (+16 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/configure-ttl.mdx` (+16 -0) </details> ### 📄 Description ## Overview Since v0.4.11, we have been able to configure per-thread TTLs but this was never documented. ## Type of change **Type:**Update existing documentation <!-- For LangChain employees, if applicable: --> - Slack thread: https://langchain.slack.com/archives/C089RDWTKU4/p1761255131635989 ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [x] I have updated navigation in `src/docs.json` if needed - I have gotten approval from the relevant reviewers --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:22:23 -05:00
yindo closed this issue 2026-02-17 17:22:23 -05:00
yindo changed title from [PR #1316] Add per-thread TTL configuration to [PR #1316] [MERGED] Add per-thread TTL configuration 2026-06-05 18:12:46 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#1462