Commit 8bc5237
committed
fix: clean up transfer_to_agent docstring to reduce token waste
Move developer-facing note from the docstring to a code comment above
the function. The docstring is sent to the model on every tool call,
so keeping it lean reduces token usage and lowers hallucination risk.
Fixes #46151 parent d47e4c6 commit 8bc5237
1 file changed
+3
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
26 | 29 | | |
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
31 | 34 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | 35 | | |
38 | 36 | | |
39 | 37 | | |
| |||
0 commit comments