[PR #19] [MERGED] Fix some code bugs #108

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langsmith-docs/pull/19
Author: @hinthornw
Created: 9/8/2023
Status: Merged
Merged: 9/9/2023
Merged by: @hinthornw

Base: mainHead: wfh/use_callback


📝 Commits (1)

📊 Changes

10 files changed (+122 additions, -148 deletions)

View changed files

📝 _scripts/extract_python_blocks.py (+18 -3)
📝 docs/evaluation/capturing-feedback.mdx (+18 -10)
📝 docs/tracing/tracing-faq.mdx (+17 -2)
📝 src/components/InstructionsWithCode.js (+1 -1)
📝 tests/js_unit_tests/tracing/tracing-faq/test_code_block_5.test.ts (+40 -7)
📝 tests/js_unit_tests/tracing/tracing-faq/test_code_block_6.test.ts (+13 -39)
📝 tests/js_unit_tests/tracing/tracing-faq/test_code_block_7.test.ts (+8 -13)
tests/js_unit_tests/tracing/tracing-faq/test_code_block_8.test.ts (+0 -18)
tests/js_unit_tests/tracing/tracing-faq/test_code_block_9.test.ts (+0 -7)
📝 tests/py_unit_tests/tracing/test_tracing-faq.py (+7 -48)

📄 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/19 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 9/8/2023 **Status:** ✅ Merged **Merged:** 9/9/2023 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `wfh/use_callback` --- ### 📝 Commits (1) - [`36b2f8b`](https://github.com/langchain-ai/langsmith-docs/commit/36b2f8b643b7e5850475dd1d87d2c2a4c0abbfef) Update auto tests ### 📊 Changes **10 files changed** (+122 additions, -148 deletions) <details> <summary>View changed files</summary> 📝 `_scripts/extract_python_blocks.py` (+18 -3) 📝 `docs/evaluation/capturing-feedback.mdx` (+18 -10) 📝 `docs/tracing/tracing-faq.mdx` (+17 -2) 📝 `src/components/InstructionsWithCode.js` (+1 -1) 📝 `tests/js_unit_tests/tracing/tracing-faq/test_code_block_5.test.ts` (+40 -7) 📝 `tests/js_unit_tests/tracing/tracing-faq/test_code_block_6.test.ts` (+13 -39) 📝 `tests/js_unit_tests/tracing/tracing-faq/test_code_block_7.test.ts` (+8 -13) ➖ `tests/js_unit_tests/tracing/tracing-faq/test_code_block_8.test.ts` (+0 -18) ➖ `tests/js_unit_tests/tracing/tracing-faq/test_code_block_9.test.ts` (+0 -7) 📝 `tests/py_unit_tests/tracing/test_tracing-faq.py` (+7 -48) </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:20 -05:00
yindo closed this issue 2026-02-21 17:17:20 -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#108