AgentStatusRow: carry active_model + set_status text/timestamp
This commit is contained in:
parent
73c5c06e31
commit
5640832116
5 changed files with 46 additions and 0 deletions
|
|
@ -384,6 +384,9 @@ async fn handle_agent_status(coord: &Arc<Coordinator>) -> HostResponse {
|
|||
pending_reminders: 0,
|
||||
parent: v.parent,
|
||||
paused: v.paused,
|
||||
active_model: v.active_model,
|
||||
status_text: v.status_text,
|
||||
status_set_at: v.status_set_at,
|
||||
})
|
||||
.collect();
|
||||
HostResponse::agent_statuses(rows)
|
||||
|
|
|
|||
Loading…
Reference in a new issue