mirror of
https://github.com/openai/codex.git
synced 2026-06-01 19:02:59 +00:00
Expose elapsed goal time in app server API
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user