Skip to content

Commit 0b8a69e

Browse files
committed
fix(deep): add GenModelInput to general subagent in task tool
- Add GenModelInput configuration to the general subagent created in task_tool.go - This ensures consistent behavior with the main DeepAgent by disabling automatic instruction rendering - Also update .commit-rules.json to add deep, skill, filesystem scopes~
1 parent f2c03c3 commit 0b8a69e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/.commit-rules.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,12 @@
1717
"callbacks",
1818
"components",
1919
"compose",
20+
"deep",
21+
"filesystem",
2022
"flow",
2123
"internal",
2224
"schema",
25+
"skill",
2326
"utils",
2427
"docs",
2528
"ci",

adk/prebuilt/deep/task_tool.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ func newTaskTool(
8484
ToolsConfig: ToolsConfig,
8585
MaxIterations: MaxIteration,
8686
Middlewares: middlewares,
87+
GenModelInput: genModelInput,
8788
})
8889
if err != nil {
8990
return nil, err

0 commit comments

Comments
 (0)