mirror of
https://github.com/langchain-ai/langsmith-docs.git
synced 2026-08-26 17:26:32 -04:00
[PR #222] [MERGED] docs: prompt docs #308
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:maddy/prompt-docs📝 Commits (10+)
22aa027pull a prompt docs4366e31prettier3139052update ts push code88416e4rename to pull and push73d8e0cMerge branch 'main' of github.com:langchain-ai/langsmith-docs into maddy/prompt-docse85fd0bpull commit version62ec794langchain hub docs74df249get prompt from trace45c7586prettierfa61471update 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.