Skip to content

Commit 0208281

Browse files
[codex] Update safety notice wording (#30645)
## Summary The TUI biosafety block still included obsolete copy telling approved researchers they may be able to apply for Trusted Access. Remove that sentence and update the UI snapshot to match the approved wording.
1 parent cfead68 commit 0208281

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

codex-rs/tui/src/history_cell/notices.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const SAFETY_ACCESS_BLOCK_LEARN_MORE_URL: &str = "https://help.openai.com/en/art
9696

9797
pub(crate) fn new_safety_access_block_event() -> SafetyAccessBlockCell {
9898
SafetyAccessBlockCell {
99-
body: "We take extra caution with requests involving biological research and applications that could pose safety risks. Eligible researchers can apply for Trusted Access. If you’re a researcher at an approved organization, you may be able to apply for Trusted Access.",
99+
body: "We take extra caution with requests involving biological research and applications that could pose safety risks. Eligible researchers can apply for Trusted Access.",
100100
trusted_access_url: "https://www.openai.com/form/trusted-access-for-biology-research/",
101101
}
102102
}

codex-rs/tui/src/history_cell/snapshots/codex_tui__history_cell__tests__safety_access_block_event_snapshot.snap

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ expression: rendered
55
This content can't be shown
66
We take extra caution with requests involving biological research and
77
applications that could pose safety risks. Eligible researchers can apply
8-
for Trusted Access. If youre a researcher at an approved organization, you
9-
may be able to apply for Trusted Access.
8+
for Trusted Access.
109
Trusted Access: https://www.openai.com/form/trusted-access-for-biology-
1110
research/
1211
Learn more: https://help.openai.com/en/articles/20001326

0 commit comments

Comments
 (0)