[GH-ISSUE #386] Wrong formated code in langsmith docs #58

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

Originally created by @codeimmortal on GitHub (Sep 5, 2025).
Original GitHub issue: https://github.com/langchain-ai/docs/issues/386

There is issue in the document.

https://github.com/langchain-ai/docs/blob/1e2d941d56c78859895ab5d55a10b00fde93f989/src/langsmith/llm-as-judge.mdx

If this code come , which return wrong code.

Image

You can remove \ from line code will come fine.

    instructions = """\
Given the following question, answer, and reasoning, determine if the reasoning \
for the answer is logically valid and consistent with question and the answer."""

Let me know if i have to add. Looks to me very small change.

Originally created by @codeimmortal on GitHub (Sep 5, 2025). Original GitHub issue: https://github.com/langchain-ai/docs/issues/386 There is issue in the document. https://github.com/langchain-ai/docs/blob/1e2d941d56c78859895ab5d55a10b00fde93f989/src/langsmith/llm-as-judge.mdx If this code come , which return wrong code. <img width="1442" height="861" alt="Image" src="https://github.com/user-attachments/assets/2b600b1f-0b61-4518-9a0a-4c9505548f44" /> You can remove \ from line code will come fine. ``` instructions = """\ Given the following question, answer, and reasoning, determine if the reasoning \ for the answer is logically valid and consistent with question and the answer.""" ``` Let me know if i have to add. Looks to me very small change.
yindo added the langsmithbug labels 2026-02-17 17:19:05 -05:00
yindo closed this issue 2026-02-17 17:19:05 -05:00
yindo changed title from Wrong formated code in langsmith docs to [GH-ISSUE #386] Wrong formated code in langsmith docs 2026-06-05 17:24:50 -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#58