mirror of
https://github.com/langchain-ai/langsmith-docs.git
synced 2026-08-27 01:41:19 -04:00
[PR #799] [MERGED] fix(docs): use run_type instead of runType in TS example #789
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:fix-doc-runType-to-run_type📝 Commits (1)
2f1487dfix(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:
runType→run_typeWhat’s changed
run_typeinstead ofrunType, aligning it with the actual interface.Why
RunTreeConfig/RunTreeinterface only permits therun_typeproperty, so the discrepancy between the docs and the code causes type errors.Notes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.