mirror of
https://github.com/openai/codex.git
synced 2026-09-09 15:58:47 +00:00
codex: fix CI failure on PR #17701
This commit is contained in:
@@ -1220,13 +1220,21 @@ mod tests {
|
||||
],
|
||||
in_progress_parts: vec![
|
||||
ActiveTranscriptPart {
|
||||
key: transcript_part_key("user", None, None, None),
|
||||
key: transcript_part_key(
|
||||
"user", /*item_id*/ None, /*output_index*/ None,
|
||||
/*content_index*/ None,
|
||||
),
|
||||
entry_index: 1,
|
||||
start: 0,
|
||||
end: "delegated query".len(),
|
||||
},
|
||||
ActiveTranscriptPart {
|
||||
key: transcript_part_key("assistant", None, None, None),
|
||||
key: transcript_part_key(
|
||||
"assistant",
|
||||
/*item_id*/ None,
|
||||
/*output_index*/ None,
|
||||
/*content_index*/ None,
|
||||
),
|
||||
entry_index: 2,
|
||||
start: 0,
|
||||
end: "assist confirm".len(),
|
||||
|
||||
Reference in New Issue
Block a user