Commit 404cb23
committed
fix: remove developer notes from transfer_to_agent docstring
The function docstring included a Note section with developer guidance
about using TransferToAgentTool instead. Since this docstring is sent
to the model as the tool description on every invocation, the extra
text wastes input tokens and increases hallucination risk.
Removed the Note section while keeping the user-facing description
and Args documentation intact.
Fixes #46151 parent 8f54281 commit 404cb23
1 file changed
+1
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | 32 | | |
38 | 33 | | |
39 | 34 | | |
| |||
0 commit comments