Skip to content

Add Monitor conversations page for debounced scoring#2371

Open
anastasiaguspan wants to merge 6 commits intomainfrom
monitor-conv-docs-1924
Open

Add Monitor conversations page for debounced scoring#2371
anastasiaguspan wants to merge 6 commits intomainfrom
monitor-conv-docs-1924

Conversation

@anastasiaguspan
Copy link
Copy Markdown
Contributor

Description

Add a new page documenting debounced scoring for monitoring multi-turn conversations and audio threads in Weave. The page covers:

  • What debounced scoring is and when to use it.
  • How to configure it in the monitor creation UI (Aggregation field, Aggregation method, Timeout).
  • The two aggregation methods: "Last message" (recommended) and "All messages."
  • Timeout trade-offs for development versus production.

Also adds the new page to the nav in docs.json under "Monitor and collect feedback," after "Set up monitors."

Testing

  • Local link check succeeds without errors (mint broken-links)

Related issues

Made with Cursor

New how-to guide covering debounced scoring for grouped calls
in multi-turn conversations and audio threads. Documents the
Aggregation field, Aggregation method, and Timeout settings.

Made-with: Cursor
@anastasiaguspan anastasiaguspan requested a review from a team as a code owner March 26, 2026 18:40
@anastasiaguspan anastasiaguspan requested review from mscavezze-cw and removed request for mscavezze-cw March 26, 2026 18:41
@mintlify
Copy link
Copy Markdown
Contributor

mintlify bot commented Mar 26, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
wandb 🟢 Ready View Preview Mar 26, 2026, 6:50 PM

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 26, 2026

📚 Mintlify Preview Links

🔗 View Full Preview

✨ Added (1 total)

📄 Pages (1)

File Preview
weave/guides/evaluation/monitor-conversations.mdx Monitor Conversations

📝 Changed (1 total)

⚙️ Other (1)
File
docs.json

🤖 Generated automatically when Mintlify deployment succeeds
📍 Deployment: 2b892fc at 2026-03-31 13:54:13 UTC

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 26, 2026

🔗 Link Checker Results

All links are valid!

No broken links were detected.

Checked against: https://wb-21fd5541-monitor-conv-docs-1924.mintlify.app

Capitalize Calls to match Weave terminology, remove cross-reference
from monitors.mdx, and soften wording in timeout section.

Made-with: Cursor
Copy link
Copy Markdown

@mscavezze-cw mscavezze-cw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

Copy link
Copy Markdown
Contributor

@dbrian57 dbrian57 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor nits inline. Looks good otherwise!


For example, if your application uses OpenAI's Realtime APIs, each trace contains multiple `realtime.response` Calls. Debounced scoring waits for the conversation to go idle, then scores the relevant Calls as a group.

For general monitor setup, see [Set up monitors](/weave/guides/evaluation/monitors).
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we explicitly mention how debounced scoring differs from monitors in here somewhere? The doc doesn't mention monitoring at all up until this point, and it feels like we're randomly introducing a new concept here.

anastasiaguspan and others added 2 commits March 31, 2026 08:10
Co-authored-by: Dan Brian <daniel.brian@gmail.com>
Co-authored-by: Dan Brian <daniel.brian@gmail.com>
Co-authored-by: Dan Brian <daniel.brian@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants