[PR #3283] [MERGED] Add docs ordering rules with webhooks + evaluators #3341

Closed
opened 2026-06-05 18:22:47 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3283
Author: @katmayb
Created: 3/24/2026
Status: Merged
Merged: 4/10/2026
Merged by: @katmayb

Base: mainHead: rules-webooks


📝 Commits (3)

  • cb540b8 Add docs ordering rules with webhooks + evaluators
  • c3dff10 Apply suggestion from @katmayb
  • 2874718 Merge branch 'main' into rules-webooks

📊 Changes

3 files changed (+52 additions, -0 deletions)

View changed files

📝 src/langsmith/online-evaluations-llm-as-judge.mdx (+4 -0)
📝 src/langsmith/rules.mdx (+15 -0)
📝 src/langsmith/webhooks.mdx (+33 -0)

📄 Description

Fixes DOC-487

  • webhooks: new "Ensuring evaluations complete before the webhook fires" section with the worked example, filter syntax tip, and the within-rule ordering note
  • rules: new "How automation rules execute" section explaining independent scheduling and the fixed within-rule action order, with a link to the webhook doc
  • online evaluations: tip pointing users to the feedback filter pattern

🔄 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/3283 **Author:** [@katmayb](https://github.com/katmayb) **Created:** 3/24/2026 **Status:** ✅ Merged **Merged:** 4/10/2026 **Merged by:** [@katmayb](https://github.com/katmayb) **Base:** `main` ← **Head:** `rules-webooks` --- ### 📝 Commits (3) - [`cb540b8`](https://github.com/langchain-ai/docs/commit/cb540b85acf786970a8b05d5e2101f3c9f851c57) Add docs ordering rules with webhooks + evaluators - [`c3dff10`](https://github.com/langchain-ai/docs/commit/c3dff10320dc22b2f82946a5255ca4d134fbe446) Apply suggestion from @katmayb - [`2874718`](https://github.com/langchain-ai/docs/commit/28747181dae7089725df561b4a7435e507438b6c) Merge branch 'main' into rules-webooks ### 📊 Changes **3 files changed** (+52 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/online-evaluations-llm-as-judge.mdx` (+4 -0) 📝 `src/langsmith/rules.mdx` (+15 -0) 📝 `src/langsmith/webhooks.mdx` (+33 -0) </details> ### 📄 Description Fixes DOC-487 - webhooks: new "Ensuring evaluations complete before the webhook fires" section with the worked example, filter syntax tip, and the within-rule ordering note - rules: new "How automation rules execute" section explaining independent scheduling and the fixed within-rule action order, with a link to the webhook doc - online evaluations: tip pointing users to the feedback filter pattern --- <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-06-05 18:22:47 -04:00
yindo closed this issue 2026-06-05 18:22:47 -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#3341