
Search by meaning
Enter a natural-language query such as:users asking for direct financial adviceassistant forgot to cite sourcestool call failed after retrievalrefund policy answer with low confidence
Filter by source
Use source filters to focus the search:| Source | Use it for |
|---|---|
| User message | What users asked for. |
| Model response | What the assistant said. |
| Reasoning | Intermediate model reasoning when your stack logs it. |
| Tool call | Tool invocation names and arguments. |
| Tool response | Data returned by tools. |
| Retrieval | Search or RAG context. |
| Orchestration | Routing and workflow spans. |
| Guardrail | Safety, policy, or moderation spans. |
Write better queries
Good Deep Search queries describe the situation, not only keywords:| Less useful | More useful |
|---|---|
refund | user asks for a refund after a subscription renewal and assistant gives policy answer |
bad answer | assistant gives confident answer without citing retrieved context |
tool failed | tool call times out after retrieval and assistant apologizes without retrying |
Turn results into evidence
Open promising results in Traces, then:- Add useful examples to datasets.
- Check whether a Behavior already captures the pattern.
- Create or refine evaluators for the issue.
- Start an Improve cycle when the evidence points to a prompt-level fix.