chore: enable parallel tc (#7589)

This commit is contained in:
jif-oai
2025-12-09 17:00:56 +00:00
committed by GitHub
parent 80140c6d9d
commit 6382dc2338
4 changed files with 10 additions and 27 deletions
+6
View File
@@ -268,6 +268,12 @@ pub const FEATURES: &[FeatureSpec] = &[
stage: Stage::Stable,
default_enabled: true,
},
FeatureSpec {
id: Feature::ParallelToolCalls,
key: "parallel",
stage: Stage::Stable,
default_enabled: true,
},
FeatureSpec {
id: Feature::ViewImageTool,
key: "view_image_tool",