[PR #806] [MERGED] docs: added prompt webhook tutorial #796

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langsmith-docs/pull/806
Author: @PeriniM
Created: 5/20/2025
Status: Merged
Merged: 5/23/2025
Merged by: @madams0013

Base: mainHead: marco/prompt-webhook-tutorial


📝 Commits (10+)

  • 042d956 docs: added prompt webhook tutorial
  • 53ab463 Update docs/prompt_engineering/tutorials/prompt_commit.mdx
  • c2aea89 Update docs/prompt_engineering/tutorials/prompt_commit.mdx
  • fbfc691 docs: removed usecases
  • d58c522 Update docs/prompt_engineering/tutorials/prompt_commit.mdx
  • 0aae71f Update docs/prompt_engineering/tutorials/prompt_commit.mdx
  • 530b0ba Update docs/prompt_engineering/tutorials/prompt_commit.mdx
  • 82f2120 docs: fix name, prerequisites,
  • 4f0e034 docs: moved fastapi in new section
  • 87cf4b5 docs: improved fastapi section

📊 Changes

7 files changed (+410 additions, -0 deletions)

View changed files

📝 docs/prompt_engineering/tutorials/index.mdx (+1 -0)
docs/prompt_engineering/tutorials/prompt_commit.mdx (+409 -0)
docs/prompt_engineering/tutorials/static/prompt-commit-github.png (+0 -0)
docs/prompt_engineering/tutorials/static/prompt-commit-main.png (+0 -0)
docs/prompt_engineering/tutorials/static/prompt-commit-webhook.png (+0 -0)
docs/prompt_engineering/tutorials/static/prompt-excalidraw.png (+0 -0)
docs/prompt_engineering/tutorials/static/prompt-sequence-diagram.png (+0 -0)

📄 Description

  • add fastapi minimal server
  • add images
  • add link to how to

🔄 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/806 **Author:** [@PeriniM](https://github.com/PeriniM) **Created:** 5/20/2025 **Status:** ✅ Merged **Merged:** 5/23/2025 **Merged by:** [@madams0013](https://github.com/madams0013) **Base:** `main` ← **Head:** `marco/prompt-webhook-tutorial` --- ### 📝 Commits (10+) - [`042d956`](https://github.com/langchain-ai/langsmith-docs/commit/042d956a65646cc1e1619b08b4efd531e797389b) docs: added prompt webhook tutorial - [`53ab463`](https://github.com/langchain-ai/langsmith-docs/commit/53ab46305aaeb520aa7fd7c71c72c2a36307a585) Update docs/prompt_engineering/tutorials/prompt_commit.mdx - [`c2aea89`](https://github.com/langchain-ai/langsmith-docs/commit/c2aea891ea34bda78e935088c5d6d783801a7e9d) Update docs/prompt_engineering/tutorials/prompt_commit.mdx - [`fbfc691`](https://github.com/langchain-ai/langsmith-docs/commit/fbfc69185cd62800c74b2c4fd2fd3fd0ee399ea5) docs: removed usecases - [`d58c522`](https://github.com/langchain-ai/langsmith-docs/commit/d58c522646ae2feee2d48dfc2875fa579a8de7d5) Update docs/prompt_engineering/tutorials/prompt_commit.mdx - [`0aae71f`](https://github.com/langchain-ai/langsmith-docs/commit/0aae71fbc2a84e95fde4088ce0fd3476b9fd1372) Update docs/prompt_engineering/tutorials/prompt_commit.mdx - [`530b0ba`](https://github.com/langchain-ai/langsmith-docs/commit/530b0bacd7ac1b5469dd33f41c3649156421ac3e) Update docs/prompt_engineering/tutorials/prompt_commit.mdx - [`82f2120`](https://github.com/langchain-ai/langsmith-docs/commit/82f21205639c40b40c88a5535e85109c13ec42dc) docs: fix name, prerequisites, - [`4f0e034`](https://github.com/langchain-ai/langsmith-docs/commit/4f0e0345bd64f5d9e9f160f967aafe3003cb9d4a) docs: moved fastapi in new section - [`87cf4b5`](https://github.com/langchain-ai/langsmith-docs/commit/87cf4b5c80f06de535da74213c0de06a8b8d9271) docs: improved fastapi section ### 📊 Changes **7 files changed** (+410 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/prompt_engineering/tutorials/index.mdx` (+1 -0) ➕ `docs/prompt_engineering/tutorials/prompt_commit.mdx` (+409 -0) ➕ `docs/prompt_engineering/tutorials/static/prompt-commit-github.png` (+0 -0) ➕ `docs/prompt_engineering/tutorials/static/prompt-commit-main.png` (+0 -0) ➕ `docs/prompt_engineering/tutorials/static/prompt-commit-webhook.png` (+0 -0) ➕ `docs/prompt_engineering/tutorials/static/prompt-excalidraw.png` (+0 -0) ➕ `docs/prompt_engineering/tutorials/static/prompt-sequence-diagram.png` (+0 -0) </details> ### 📄 Description - [x] add fastapi minimal server - [x] add images - [x] add link to how to --- <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:56 -05:00
yindo closed this issue 2026-02-21 17:18:56 -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#796