[PR #2311] [MERGED] Add a prompt template syntax reference to the prompt eng docs #2324

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2311
Author: @katmayb
Created: 1/21/2026
Status: Merged
Merged: 1/23/2026
Merged by: @katmayb

Base: mainHead: prompt-f-string-mustache


📝 Commits (5)

  • d27fb08 Add a template format guide
  • b6359ca Maddy's feedback
  • 5eaab40 Apply suggestions from code review
  • 411088a Apply suggestions from code review
  • f70fb11 Apply suggestions from code review

📊 Changes

3 files changed (+638 additions, -25 deletions)

View changed files

📝 src/docs.json (+1 -0)
📝 src/langsmith/prompt-engineering-concepts.mdx (+20 -25)
src/langsmith/prompt-template-format.mdx (+617 -0)

📄 Description

Fixes DOC-349

This PR adds a new Prompt template reference guide to the prompt engineering docs. Idea is to provide a bunch of examples for different scenarios and clarify missing information on syntaxes from the existing docs.

Preview

https://langchain-5e9cc07a-preview-prompt-1769192447-d7170a2.mintlify.app/langsmith/prompt-template-format


🔄 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/2311 **Author:** [@katmayb](https://github.com/katmayb) **Created:** 1/21/2026 **Status:** ✅ Merged **Merged:** 1/23/2026 **Merged by:** [@katmayb](https://github.com/katmayb) **Base:** `main` ← **Head:** `prompt-f-string-mustache` --- ### 📝 Commits (5) - [`d27fb08`](https://github.com/langchain-ai/docs/commit/d27fb089365ca56ee7541e531025bb302a0f07aa) Add a template format guide - [`b6359ca`](https://github.com/langchain-ai/docs/commit/b6359cad2fc29c665cf2b5dfd0ca8468b27eb032) Maddy's feedback - [`5eaab40`](https://github.com/langchain-ai/docs/commit/5eaab405f86c57326872e4a041bd1ce932df5e46) Apply suggestions from code review - [`411088a`](https://github.com/langchain-ai/docs/commit/411088aee9e0e62d4ef6922141e91f93bc4cb0cd) Apply suggestions from code review - [`f70fb11`](https://github.com/langchain-ai/docs/commit/f70fb11024d1d9fca48f65d815abf811e777d3c4) Apply suggestions from code review ### 📊 Changes **3 files changed** (+638 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+1 -0) 📝 `src/langsmith/prompt-engineering-concepts.mdx` (+20 -25) ➕ `src/langsmith/prompt-template-format.mdx` (+617 -0) </details> ### 📄 Description Fixes DOC-349 This PR adds a new Prompt template reference guide to the prompt engineering docs. Idea is to provide a bunch of examples for different scenarios and clarify missing information on syntaxes from the existing docs. ## Preview https://langchain-5e9cc07a-preview-prompt-1769192447-d7170a2.mintlify.app/langsmith/prompt-template-format --- <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:18 -05:00
yindo closed this issue 2026-02-17 17:23:18 -05:00
yindo changed title from [PR #2311] Add a prompt template syntax reference to the prompt eng docs to [PR #2311] [MERGED] Add a prompt template syntax reference to the prompt eng docs 2026-06-05 18:17:52 -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#2324