What to Check
For a support chatbot, send Events for:Basic Flow
- Check the user’s message when it arrives.
- If your assistant calls tools, check any sensitive tool outputs before using them.
- Check the assistant’s final response before sending it to the user.
- Store the returned
internal_event_idvalues when you need to retrieve the exact results later.
Example: Check a User Message
Example: Check Tool Output
Example: Check Assistant Reply
Batch a Full Turn
You can send all Events for one turn in a single batch:messages, tools, agents, and other typed buckets.
Recommended IDs
Next Steps
Check One Event
Learn the single Event request and response shape.
Check Multiple Events
Batch all Events for one support turn.
Get Event Results
Retrieve exact or latest Event results.
Risk Scoring
Use user metadata and Policy violations to inspect user risk.
