[PR #655] [MERGED] langsmith: clarifications to messages format #898

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/655
Author: @tanushree-sharma
Created: 9/25/2025
Status: Merged
Merged: 10/8/2025
Merged by: @tanushree-sharma

Base: mainHead: llm-call-updates


📝 Commits (7)

📊 Changes

4 files changed (+282 additions, -227 deletions)

View changed files

src/langsmith/images/chat-model-dark.png (+0 -0)
src/langsmith/images/chat-model-light.png (+0 -0)
src/langsmith/images/chat-model.png (+0 -0)
📝 src/langsmith/log-llm-trace.mdx (+282 -227)

📄 Description

Goals

  • be explicit about the message formats we render well
  • show how to use process_inputs and process_outputs to convert messages before they are logged

To-do:

  • Figure out formatting for reasoning, citations, streaming, list of available tools for the model to call

Preview deployment: https://langchain-5e9cc07a-preview-llmcal-1759474889-0b7785c.mintlify.app/langsmith/log-llm-trace


🔄 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/655 **Author:** [@tanushree-sharma](https://github.com/tanushree-sharma) **Created:** 9/25/2025 **Status:** ✅ Merged **Merged:** 10/8/2025 **Merged by:** [@tanushree-sharma](https://github.com/tanushree-sharma) **Base:** `main` ← **Head:** `llm-call-updates` --- ### 📝 Commits (7) - [`d303c73`](https://github.com/langchain-ai/docs/commit/d303c73cf35ae76bf94c1c4e0a484242c3a53973) clarifications to llm call formats - [`cd2f684`](https://github.com/langchain-ai/docs/commit/cd2f6842129845900fb30aa8aab7363413a2af6f) updates - [`64b9eed`](https://github.com/langchain-ai/docs/commit/64b9eed27755c1c9513c3cd315e8f0e7fd6c6495) Update src/langsmith/log-llm-trace.mdx - [`63318b6`](https://github.com/langchain-ai/docs/commit/63318b6d3874d621f9d1c85a43014219ca55c5b4) small fixes - [`626a34b`](https://github.com/langchain-ai/docs/commit/626a34b733e672701b8b99c821e67611cbcf44e7) updates+feedback - [`5751e37`](https://github.com/langchain-ai/docs/commit/5751e37ba28dea1c0e115df75a6d01f54f7dccb8) more feedback - [`a236d54`](https://github.com/langchain-ai/docs/commit/a236d5407789c603d60e9244321fa3b4faeab7b8) smol fix ### 📊 Changes **4 files changed** (+282 additions, -227 deletions) <details> <summary>View changed files</summary> ➕ `src/langsmith/images/chat-model-dark.png` (+0 -0) ➕ `src/langsmith/images/chat-model-light.png` (+0 -0) ➖ `src/langsmith/images/chat-model.png` (+0 -0) 📝 `src/langsmith/log-llm-trace.mdx` (+282 -227) </details> ### 📄 Description Goals - be explicit about the message formats we render well - show how to use process_inputs and process_outputs to convert messages before they are logged To-do: - Figure out formatting for reasoning, citations, streaming, list of available tools for the model to call Preview deployment: https://langchain-5e9cc07a-preview-llmcal-1759474889-0b7785c.mintlify.app/langsmith/log-llm-trace --- <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:21:20 -05:00
yindo closed this issue 2026-02-17 17:21: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/docs#898