mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
[codex] trace pre-sampling skill and persistence latency (#29042)
This commit is contained in:
@@ -133,6 +133,11 @@ impl LiveThread {
|
||||
})
|
||||
}
|
||||
|
||||
#[tracing::instrument(
|
||||
level = "trace",
|
||||
skip_all,
|
||||
fields(item_count = items.len())
|
||||
)]
|
||||
pub async fn append_items(&self, items: &[RolloutItem]) -> ThreadStoreResult<()> {
|
||||
let canonical_items = persisted_rollout_items(items);
|
||||
if items.is_empty() {
|
||||
|
||||
Reference in New Issue
Block a user