You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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#4615
Signed-off-by: stakeswky <stakeswky@gmail.com>
0 commit comments