[PR #799] [MERGED] fix(docs): use run_type instead of runType in TS example #789

Closed
opened 2026-02-21 17:18:55 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langsmith-docs/pull/799
Author: @sosososoyoen
Created: 5/19/2025
Status: Merged
Merged: 5/19/2025
Merged by: @jacoblee93

Base: mainHead: fix-doc-runType-to-run_type


📝 Commits (1)

  • 2f1487d fix(docs): use run_type instead of runType in RunTreeConfig example

📊 Changes

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

View changed files

📝 docs/observability/how_to_guides/log_traces_to_project.mdx (+1 -1)

📄 Description

🐛 Fix typo in documentation: runTyperun_type

What’s changed

  • Updated the official documentation example to use run_type instead of runType, aligning it with the actual interface.

Why

  • The RunTreeConfig / RunTree interface only permits the run_type property, so the discrepancy between the docs and the code causes type errors.

Notes

  • This is a documentation-only change; no additional build or code verification is required.

🔄 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/langsmith-docs/pull/799 **Author:** [@sosososoyoen](https://github.com/sosososoyoen) **Created:** 5/19/2025 **Status:** ✅ Merged **Merged:** 5/19/2025 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `fix-doc-runType-to-run_type` --- ### 📝 Commits (1) - [`2f1487d`](https://github.com/langchain-ai/langsmith-docs/commit/2f1487db9e5459cc07b357e014806169066b132c) fix(docs): use run_type instead of runType in RunTreeConfig example ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `docs/observability/how_to_guides/log_traces_to_project.mdx` (+1 -1) </details> ### 📄 Description ## 🐛 Fix typo in documentation: `runType` → `run_type` ### What’s changed - Updated the official documentation example to use `run_type` instead of `runType`, aligning it with the actual interface. ### Why - The `RunTreeConfig` / `RunTree` interface only permits the `run_type` property, so the discrepancy between the docs and the code causes type errors. ### Notes - This is a documentation-only change; no additional build or code verification is required. --- <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-21 17:18:55 -05:00
yindo closed this issue 2026-02-21 17:18:55 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langsmith-docs#789