[PR #2134] [MERGED] fix(docs): fix typos in sample code on trajectory evaluation doc #2163

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2134
Author: @hyoungjun-noh
Created: 1/7/2026
Status: Merged
Merged: 1/8/2026
Merged by: @lnhsingh

Base: mainHead: patch-1


📝 Commits (2)

  • 164bbee fix(docs): fix a typo in sample code on trajectory evaluation doc
  • bb4fd1c fix(docs): fix a similar typo in sample code

📊 Changes

2 files changed (+2 additions, -2 deletions)

View changed files

📝 src/langsmith/trajectory-evals.mdx (+1 -1)
📝 src/oss/langchain/test.mdx (+1 -1)

📄 Description

Overview

Fix typos in sample code on trajectory evaluation document.
The initilaized function object name is evaluator,
but in the next line, wrong function object name judge_with_reference is used.

Type of change

Type: Fix typo

Related issues/PRs

N/A

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

Additional notes

I think this is Quick Edit case among contributions, so I skipped the testing on local machine according to the contributing guideline.
https://docs.langchain.com/oss/python/contributing/documentation#quick-edits


🔄 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/2134 **Author:** [@hyoungjun-noh](https://github.com/hyoungjun-noh) **Created:** 1/7/2026 **Status:** ✅ Merged **Merged:** 1/8/2026 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (2) - [`164bbee`](https://github.com/langchain-ai/docs/commit/164bbee0ea5d70b31021ae1d40c8bd73d9bc96c7) fix(docs): fix a typo in sample code on trajectory evaluation doc - [`bb4fd1c`](https://github.com/langchain-ai/docs/commit/bb4fd1ca1e9e34d0979157ff1897bce3b5083ab8) fix(docs): fix a similar typo in sample code ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/trajectory-evals.mdx` (+1 -1) 📝 `src/oss/langchain/test.mdx` (+1 -1) </details> ### 📄 Description ## Overview <!-- Brief description of what documentation is being added/updated --> Fix typos in sample code on trajectory evaluation document. The initilaized function object name is `evaluator`, but in the next line, wrong function object name `judge_with_reference` is used. ## Type of change **Type:** Fix typo ## Related issues/PRs N/A ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md) - [ ] 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 ## Additional notes I think this is **Quick Edit** case among contributions, so I skipped the testing on local machine according to the contributing guideline. https://docs.langchain.com/oss/python/contributing/documentation#quick-edits --- <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:23:08 -05:00
yindo closed this issue 2026-02-17 17:23:08 -05:00
yindo changed title from [PR #2134] fix(docs): fix typos in sample code on trajectory evaluation doc to [PR #2134] [MERGED] fix(docs): fix typos in sample code on trajectory evaluation doc 2026-06-05 18:16:59 -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#2163