[PR #57] [MERGED] Typescript Example #151

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langsmith-docs/pull/57
Author: @hinthornw
Created: 11/3/2023
Status: Merged
Merged: 11/3/2023
Merged by: @hinthornw

Base: mainHead: wfh/tsex


📝 Commits (6)

📊 Changes

16 files changed (+403 additions, -294 deletions)

View changed files

📝 _scripts/extract_python_blocks.py (+3 -1)
📝 _scripts/extract_ts_blocks.py (+2 -1)
📝 docs/evaluation/capturing-feedback.mdx (+1 -1)
📝 docs/tracing/tracing-faq.mdx (+46 -38)
📝 package.json (+2 -2)
📝 src/components/QuickStart.js (+44 -24)
📝 src/components/TracingFaq.js (+4 -5)
📝 tests/js_unit_tests/tracing/tracing-faq/test_code_block_1.test.ts (+6 -4)
📝 tests/js_unit_tests/tracing/tracing-faq/test_code_block_2.test.ts (+2 -7)
📝 tests/js_unit_tests/tracing/tracing-faq/test_code_block_3.test.ts (+6 -6)
📝 tests/js_unit_tests/tracing/tracing-faq/test_code_block_4.test.ts (+10 -11)
📝 tests/js_unit_tests/tracing/tracing-faq/test_code_block_5.test.ts (+12 -40)
📝 tests/js_unit_tests/tracing/tracing-faq/test_code_block_6.test.ts (+39 -13)
tests/py_unit_tests/evaluation/test_capturing-feedback.py (+55 -0)
📝 tests/py_unit_tests/tracing/test_tracing-faq.py (+46 -34)
📝 yarn.lock (+125 -107)

📄 Description

No description provided


🔄 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/57 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 11/3/2023 **Status:** ✅ Merged **Merged:** 11/3/2023 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `wfh/tsex` --- ### 📝 Commits (6) - [`070088a`](https://github.com/langchain-ai/langsmith-docs/commit/070088a2284d3b4b040b853bd9b39833c1ec898a) Typescript Eample - [`3d6bd72`](https://github.com/langchain-ai/langsmith-docs/commit/3d6bd72e4973916be0af8badd02152e0621acc57) fix - [`e9eaa4f`](https://github.com/langchain-ai/langsmith-docs/commit/e9eaa4fffeb815273804429378f5a55a13751958) Update link - [`58ec0d4`](https://github.com/langchain-ai/langsmith-docs/commit/58ec0d41a98cf9c7e0065dbec165916a382457c2) Update scripts - [`3fc4b54`](https://github.com/langchain-ai/langsmith-docs/commit/3fc4b54d19e3aa79d61719b33ad44a103f54047f) version - [`e453e5c`](https://github.com/langchain-ai/langsmith-docs/commit/e453e5c92ae1d84998e26480b2923f65a92b8d2f) QuickStart highlight ### 📊 Changes **16 files changed** (+403 additions, -294 deletions) <details> <summary>View changed files</summary> 📝 `_scripts/extract_python_blocks.py` (+3 -1) 📝 `_scripts/extract_ts_blocks.py` (+2 -1) 📝 `docs/evaluation/capturing-feedback.mdx` (+1 -1) 📝 `docs/tracing/tracing-faq.mdx` (+46 -38) 📝 `package.json` (+2 -2) 📝 `src/components/QuickStart.js` (+44 -24) 📝 `src/components/TracingFaq.js` (+4 -5) 📝 `tests/js_unit_tests/tracing/tracing-faq/test_code_block_1.test.ts` (+6 -4) 📝 `tests/js_unit_tests/tracing/tracing-faq/test_code_block_2.test.ts` (+2 -7) 📝 `tests/js_unit_tests/tracing/tracing-faq/test_code_block_3.test.ts` (+6 -6) 📝 `tests/js_unit_tests/tracing/tracing-faq/test_code_block_4.test.ts` (+10 -11) 📝 `tests/js_unit_tests/tracing/tracing-faq/test_code_block_5.test.ts` (+12 -40) 📝 `tests/js_unit_tests/tracing/tracing-faq/test_code_block_6.test.ts` (+39 -13) ➕ `tests/py_unit_tests/evaluation/test_capturing-feedback.py` (+55 -0) 📝 `tests/py_unit_tests/tracing/test_tracing-faq.py` (+46 -34) 📝 `yarn.lock` (+125 -107) </details> ### 📄 Description _No description provided_ --- <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:17:26 -05:00
yindo closed this issue 2026-02-21 17:17:26 -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#151