Overview
The Labeling section shows all captured function calls from your SDK integrations. Use it to:- Review inputs and outputs from your AI functions
- Label captures for evaluation datasets
- Filter and search through your data
- Build test cases from real production data
Viewing Captures
Navigate to Labeling in the main navigation to see all captured function calls.Capture List
The list shows:| Column | Description |
|---|---|
| Function | The trace function key or agent name |
| Type | The span type (llm, agent, function, guardrail, etc.) |
| Status | Success or error |
| Duration | Execution time |
| Created | When the capture was recorded |
Filtering
Filter captures by:- Function: Select a specific trace function key
- Type: Filter by span type
- Status: Success or error
- Date Range: Filter by time period
- Tags: Filter by assigned tags
Searching
Use the search bar to find captures by:- Input content
- Output content
- Error messages
Capture Details
Click on a capture to view details:Input
The exact input passed to the function:Output
The output returned:Span Information
| Field | Description |
|---|---|
| Name | The span name (function name or explicit name) |
| Type | Span type (llm, agent, function, guardrail, handoff, custom) |
| Duration | Execution time |
| Trace ID | Unique identifier for the trace |
| Parent Span | Link to parent span (for nested captures) |
Nested Spans
When functions call other wrapped functions, you’ll see a hierarchical view:Tagging
Organize captures with tags:Adding Tags
- Open a capture
- Click Add Tag
- Select an existing tag or create a new one
Managing Tags
Navigate to Tags in the user menu to:- Create new tags
- Edit tag names and colors
- Archive unused tags
Building Evaluation Datasets
Use labeled captures to build evaluation datasets:- Filter to captures you want to include
- Label captures with relevant tags
- Export as test cases for your functions
Best Practices
- Review Regularly: Check captures periodically to ensure quality
- Tag Strategically: Use tags to organize by feature, environment, or use case
- Build from Production: Use real captures to create meaningful evaluations