chore: enable sub agents (#11173)

This commit is contained in:
jif-oai
2026-02-09 11:25:37 +00:00
committed by GitHub
parent 13de744296
commit 284c03ceab
5 changed files with 97 additions and 12 deletions

View File

@@ -153,6 +153,11 @@ async fn prompt_tools_are_consistent_across_requests() -> anyhow::Result<()> {
"apply_patch",
"web_search",
"view_image",
"spawn_agent",
"send_input",
"resume_agent",
"wait",
"close_agent",
]);
let body0 = req1.single_request().body_json();