feat: include path to rollout file in /status output

This commit is contained in:
Michael Bolin
2025-08-06 14:59:24 -07:00
parent 6cef86f05b
commit fde2b273d1
8 changed files with 54 additions and 13 deletions

View File

@@ -244,6 +244,7 @@ mod tests {
model: "gpt-4o".to_string(),
history_log_id: 1,
history_entry_count: 1000,
rollout_path: None,
}),
};
@@ -284,6 +285,7 @@ mod tests {
model: "gpt-4o".to_string(),
history_log_id: 1,
history_entry_count: 1000,
rollout_path: None,
};
let event = Event {
id: "1".to_string(),