codex: fix CI failure on PR #21284

This commit is contained in:
pakrym-oai
2026-05-05 18:55:59 -07:00
parent 6b2d4868fa
commit 92810dc975
2 changed files with 10 additions and 0 deletions

View File

@@ -211,6 +211,10 @@ impl ResponsesWebsocketConnection {
skip_all,
fields(transport = "responses_websocket", api.path = "responses")
)]
#[expect(
clippy::await_holding_invalid_type,
reason = "the guard serializes exclusive use of the websocket while sending a request frame"
)]
pub async fn send_response_processed(&self, response_id: String) -> Result<(), ApiError> {
let request =
ResponsesWsRequest::ResponseProcessed(ResponseProcessedWsRequest { response_id });

View File

@@ -517,6 +517,9 @@
"request_rule": {
"type": "boolean"
},
"responses_websocket_response_processed": {
"type": "boolean"
},
"responses_websockets": {
"type": "boolean"
},
@@ -4066,6 +4069,9 @@
"request_rule": {
"type": "boolean"
},
"responses_websocket_response_processed": {
"type": "boolean"
},
"responses_websockets": {
"type": "boolean"
},