mirror of
https://github.com/openai/codex.git
synced 2026-09-10 20:26:47 +00:00
codex: fix Buildkite failure on PR #31591
This commit is contained in:
@@ -123,6 +123,7 @@ impl AppsTestServer {
|
||||
/*searchable*/ true,
|
||||
/*include_app_only_tool*/ false,
|
||||
AppsTestToolsListBehavior::AlwaysAvailable,
|
||||
/*tool_call_delay*/ None,
|
||||
)
|
||||
.await;
|
||||
Ok(Self {
|
||||
@@ -428,6 +429,7 @@ async fn mount_streamable_http_json_rpc_at_path(
|
||||
searchable: bool,
|
||||
include_app_only_tool: bool,
|
||||
tools_list_behavior: AppsTestToolsListBehavior,
|
||||
tool_call_delay: Option<Duration>,
|
||||
) {
|
||||
mount_streamable_http_json_rpc_with_startup_control(
|
||||
server,
|
||||
|
||||
Reference in New Issue
Block a user