[PR #222] [MERGED] docs: prompt docs #308

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langsmith-docs/pull/222
Author: @madams0013
Created: 5/6/2024
Status: Merged
Merged: 5/8/2024
Merged by: @madams0013

Base: mainHead: maddy/prompt-docs


📝 Commits (10+)

  • 22aa027 pull a prompt docs
  • 4366e31 prettier
  • 3139052 update ts push code
  • 88416e4 rename to pull and push
  • 73d8e0c Merge branch 'main' of github.com:langchain-ai/langsmith-docs into maddy/prompt-docs
  • e85fd0b pull commit version
  • 62ec794 langchain hub docs
  • 74df249 get prompt from trace
  • 45c7586 prettier
  • fa61471 update to use prompt tag instead of hub in docs

📊 Changes

20 files changed (+110 additions, -35 deletions)

View changed files

📝 src/components/Hub.js (+14 -22)
📝 versioned_docs/version-2.0/how_to_guides/datasets/_category_.json (+1 -1)
📝 versioned_docs/version-2.0/how_to_guides/evaluation/_category_.json (+1 -1)
📝 versioned_docs/version-2.0/how_to_guides/human_feedback/_category_.json (+1 -1)
📝 versioned_docs/version-2.0/how_to_guides/index.md (+6 -1)
📝 versioned_docs/version-2.0/how_to_guides/prompts/_category_.json (+1 -1)
📝 versioned_docs/version-2.0/how_to_guides/prompts/create_a_prompt.mdx (+1 -1)
versioned_docs/version-2.0/how_to_guides/prompts/langchain_hub.mdx (+17 -0)
versioned_docs/version-2.0/how_to_guides/prompts/open_a_prompt_from_a_trace.mdx (+16 -0)
versioned_docs/version-2.0/how_to_guides/prompts/pull_push_a_prompt.mdx (+45 -0)
📝 versioned_docs/version-2.0/how_to_guides/prompts/update_a_prompt.mdx (+2 -2)
📝 versioned_docs/version-2.0/how_to_guides/setup/_category_.json (+1 -1)
versioned_docs/version-2.0/how_to_guides/static/langchain_hub.png (+0 -0)
versioned_docs/version-2.0/how_to_guides/static/prompts_tab.png (+0 -0)
versioned_docs/version-2.0/how_to_guides/static/run_metadata.png (+0 -0)
versioned_docs/version-2.0/how_to_guides/static/trace_with_prompt_link.png (+0 -0)
📝 versioned_docs/version-2.0/how_to_guides/tracing/_category_.json (+1 -1)
📝 versioned_docs/version-2.0/reference/authentication_authorization/_category_.json (+1 -1)
📝 versioned_docs/version-2.0/reference/data_formats/_category_.json (+1 -1)
📝 versioned_docs/version-2.0/reference/sdk_reference/_category_.json (+1 -1)

📄 Description

Pull / push a prompt from code
LangChain Hub
Get prompt from 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/langsmith-docs/pull/222 **Author:** [@madams0013](https://github.com/madams0013) **Created:** 5/6/2024 **Status:** ✅ Merged **Merged:** 5/8/2024 **Merged by:** [@madams0013](https://github.com/madams0013) **Base:** `main` ← **Head:** `maddy/prompt-docs` --- ### 📝 Commits (10+) - [`22aa027`](https://github.com/langchain-ai/langsmith-docs/commit/22aa0272ca6010f1fddf1a0e2cb827524993afef) pull a prompt docs - [`4366e31`](https://github.com/langchain-ai/langsmith-docs/commit/4366e31973b42b410f6b71836342faf00e441565) prettier - [`3139052`](https://github.com/langchain-ai/langsmith-docs/commit/3139052b3427332cb0a5bf2b5488d1dc6bfd24d3) update ts push code - [`88416e4`](https://github.com/langchain-ai/langsmith-docs/commit/88416e4a72549e161ab84729f96537f4f715abb8) rename to pull and push - [`73d8e0c`](https://github.com/langchain-ai/langsmith-docs/commit/73d8e0cc32f318c6c0c8327b9fb23e7f5555b055) Merge branch 'main' of github.com:langchain-ai/langsmith-docs into maddy/prompt-docs - [`e85fd0b`](https://github.com/langchain-ai/langsmith-docs/commit/e85fd0b56c355b529a2de2c4d434239bb77dfbd3) pull commit version - [`62ec794`](https://github.com/langchain-ai/langsmith-docs/commit/62ec794152344dde0424775bc7bfce707006d07f) langchain hub docs - [`74df249`](https://github.com/langchain-ai/langsmith-docs/commit/74df24921b9c100e59fe70a80e1c146764e08539) get prompt from trace - [`45c7586`](https://github.com/langchain-ai/langsmith-docs/commit/45c75865c27b860db4a74de525669d08c6b79a8b) prettier - [`fa61471`](https://github.com/langchain-ai/langsmith-docs/commit/fa61471261d5a7d68633f6ba6f60eecb41da9618) update to use prompt tag instead of hub in docs ### 📊 Changes **20 files changed** (+110 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `src/components/Hub.js` (+14 -22) 📝 `versioned_docs/version-2.0/how_to_guides/datasets/_category_.json` (+1 -1) 📝 `versioned_docs/version-2.0/how_to_guides/evaluation/_category_.json` (+1 -1) 📝 `versioned_docs/version-2.0/how_to_guides/human_feedback/_category_.json` (+1 -1) 📝 `versioned_docs/version-2.0/how_to_guides/index.md` (+6 -1) 📝 `versioned_docs/version-2.0/how_to_guides/prompts/_category_.json` (+1 -1) 📝 `versioned_docs/version-2.0/how_to_guides/prompts/create_a_prompt.mdx` (+1 -1) ➕ `versioned_docs/version-2.0/how_to_guides/prompts/langchain_hub.mdx` (+17 -0) ➕ `versioned_docs/version-2.0/how_to_guides/prompts/open_a_prompt_from_a_trace.mdx` (+16 -0) ➕ `versioned_docs/version-2.0/how_to_guides/prompts/pull_push_a_prompt.mdx` (+45 -0) 📝 `versioned_docs/version-2.0/how_to_guides/prompts/update_a_prompt.mdx` (+2 -2) 📝 `versioned_docs/version-2.0/how_to_guides/setup/_category_.json` (+1 -1) ➕ `versioned_docs/version-2.0/how_to_guides/static/langchain_hub.png` (+0 -0) ➕ `versioned_docs/version-2.0/how_to_guides/static/prompts_tab.png` (+0 -0) ➕ `versioned_docs/version-2.0/how_to_guides/static/run_metadata.png` (+0 -0) ➕ `versioned_docs/version-2.0/how_to_guides/static/trace_with_prompt_link.png` (+0 -0) 📝 `versioned_docs/version-2.0/how_to_guides/tracing/_category_.json` (+1 -1) 📝 `versioned_docs/version-2.0/reference/authentication_authorization/_category_.json` (+1 -1) 📝 `versioned_docs/version-2.0/reference/data_formats/_category_.json` (+1 -1) 📝 `versioned_docs/version-2.0/reference/sdk_reference/_category_.json` (+1 -1) </details> ### 📄 Description Pull / push a prompt from code LangChain Hub Get prompt from 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-21 17:17:48 -05:00
yindo closed this issue 2026-02-21 17:17:48 -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#308