[PR #762] docs: add multimodal traces section (ChatPromptTemplate) #767

Open
opened 2026-02-21 17:18:52 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langsmith-docs/pull/762
Author: @PeriniM
Created: 4/21/2025
Status: 🔄 Open

Base: mainHead: feat-multimodal-traces


📝 Commits (4)

  • a4b39d4 docs: add multimodal traces section
  • 088277e docs: added async image loading + links to resources
  • 8b35031 docs: added reference in multimodal how-to guide
  • ddeb2a5 docs: remove async

📊 Changes

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

View changed files

📝 docs/observability/how_to_guides/log_multimodal_traces.mdx (+6 -2)
docs/observability/how_to_guides/static/multimodal_trace.png (+0 -0)
📝 docs/observability/how_to_guides/trace_with_langchain.mdx (+394 -0)

📄 Description

This PR adds the Log multimodal traces section in how_to_guides/trace_with_langchain#log-multimodal-traces. This is useful to showcase ChatPromptTemplate's capabilities in appending images and visualize them in langsmith.

image

To-do

  • Test python scripts
  • Test Typescript scripts

🔄 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/762 **Author:** [@PeriniM](https://github.com/PeriniM) **Created:** 4/21/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feat-multimodal-traces` --- ### 📝 Commits (4) - [`a4b39d4`](https://github.com/langchain-ai/langsmith-docs/commit/a4b39d48983ee320f936ab54d6e56a55c4084c76) docs: add multimodal traces section - [`088277e`](https://github.com/langchain-ai/langsmith-docs/commit/088277e261c0aeb742e647642f2e95b5051e8a69) docs: added async image loading + links to resources - [`8b35031`](https://github.com/langchain-ai/langsmith-docs/commit/8b35031ccb647b5d22090be4a601428e2df7efb7) docs: added reference in multimodal how-to guide - [`ddeb2a5`](https://github.com/langchain-ai/langsmith-docs/commit/ddeb2a5a9f78ce88da811a833f0405bf4cf61600) docs: remove async ### 📊 Changes **3 files changed** (+400 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `docs/observability/how_to_guides/log_multimodal_traces.mdx` (+6 -2) ➕ `docs/observability/how_to_guides/static/multimodal_trace.png` (+0 -0) 📝 `docs/observability/how_to_guides/trace_with_langchain.mdx` (+394 -0) </details> ### 📄 Description This PR adds the **Log multimodal traces** section in `how_to_guides/trace_with_langchain#log-multimodal-traces`. This is useful to showcase ChatPromptTemplate's capabilities in appending images and visualize them in langsmith. <img width="1185" alt="image" src="https://github.com/user-attachments/assets/6d227660-6077-4ef7-b830-2aa683f66b7e" /> ### To-do - [x] Test python scripts - [x] Test Typescript scripts --- <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:18:52 -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#767