AgentInsightRunResult interface
Result statistics produced when an agent insight run succeeds.
Properties
| insights_created | The number of insights created by the run. |
| insights_reopened | The number of insights reopened by the run. |
| insights_updated | The number of insights updated by the run. |
| token_usage | Token usage for the run's insight-generation analysis. |
| traces_analyzed | The number of traces analyzed by the run. |
| traces_in_window | The number of traces in the analyzed time window. |
Property Details
insights_created
The number of insights created by the run.
insights_created: number
Property Value
number
insights_reopened
The number of insights reopened by the run.
insights_reopened: number
Property Value
number
insights_updated
The number of insights updated by the run.
insights_updated: number
Property Value
number
token_usage
Token usage for the run's insight-generation analysis.
token_usage: AgentInsightTokenUsage
Property Value
traces_analyzed
The number of traces analyzed by the run.
traces_analyzed: number
Property Value
number
traces_in_window
The number of traces in the analyzed time window.
traces_in_window: number
Property Value
number