Expose elapsed goal time in app server API

This commit is contained in:
Eric Traut
2026-04-16 11:15:45 -07:00
parent b21636640b
commit 98ea8c7525
11 changed files with 40 additions and 2 deletions

View File

@@ -3542,6 +3542,7 @@ pub struct ThreadGoal {
#[ts(optional)]
pub token_budget: Option<i64>,
pub tokens_used: i64,
pub time_used_seconds: i64,
pub created_at: i64,
pub updated_at: i64,
}