chore: debug flag to hide some parameters (#17002)

This commit is contained in:
jif-oai
2026-04-07 11:42:19 +02:00
committed by GitHub
parent 51f75e2f56
commit e2bb45bb24
7 changed files with 51 additions and 8 deletions

View File

@@ -355,6 +355,7 @@ pub fn build_tool_registry_plan(
create_spawn_agent_tool_v2(SpawnAgentToolOptions {
available_models: &config.available_models,
agent_type_description,
hide_agent_type_model_reasoning: config.hide_spawn_agent_metadata,
}),
/*supports_parallel_tool_calls*/ false,
config.code_mode_enabled,
@@ -397,6 +398,7 @@ pub fn build_tool_registry_plan(
create_spawn_agent_tool_v1(SpawnAgentToolOptions {
available_models: &config.available_models,
agent_type_description,
hide_agent_type_model_reasoning: config.hide_spawn_agent_metadata,
}),
/*supports_parallel_tool_calls*/ false,
config.code_mode_enabled,