mirror of
https://github.com/openai/codex.git
synced 2026-04-28 00:25:56 +00:00
Merge branch 'main' into rhan/surface-updates
This commit is contained in:
@@ -93,7 +93,6 @@ async fn models_client_hits_models_endpoint() {
|
||||
effective_context_window_percent: 95,
|
||||
experimental_supported_tools: Vec::new(),
|
||||
input_modalities: default_input_modalities(),
|
||||
prefer_websockets: false,
|
||||
used_fallback_model_metadata: false,
|
||||
supports_search_tool: false,
|
||||
}],
|
||||
|
||||
@@ -170,6 +170,7 @@ async fn realtime_ws_e2e_session_create_and_event_flow() {
|
||||
sample_rate: 48000,
|
||||
num_channels: 1,
|
||||
samples_per_channel: Some(960),
|
||||
item_id: None,
|
||||
})
|
||||
.await
|
||||
.expect("send audio");
|
||||
@@ -186,6 +187,7 @@ async fn realtime_ws_e2e_session_create_and_event_flow() {
|
||||
sample_rate: 48000,
|
||||
num_channels: 1,
|
||||
samples_per_channel: None,
|
||||
item_id: None,
|
||||
})
|
||||
);
|
||||
|
||||
@@ -254,6 +256,7 @@ async fn realtime_ws_e2e_send_while_next_event_waits() {
|
||||
sample_rate: 48000,
|
||||
num_channels: 1,
|
||||
samples_per_channel: Some(960),
|
||||
item_id: None,
|
||||
}),
|
||||
)
|
||||
.await
|
||||
|
||||
Reference in New Issue
Block a user