mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
submit_id
This commit is contained in:
@@ -311,10 +311,7 @@ impl Codex {
|
||||
|
||||
if let Some(remote_models_error) = remote_models_error {
|
||||
let event = Event {
|
||||
id: session
|
||||
.next_internal_sub_id
|
||||
.load(std::sync::atomic::Ordering::SeqCst)
|
||||
.to_string(),
|
||||
id: INITIAL_SUBMIT_ID.to_string(),
|
||||
msg: remote_models_error,
|
||||
};
|
||||
session.send_event_raw(event).await;
|
||||
|
||||
Reference in New Issue
Block a user