Problem Description
Currently, SubAgentTool is implemented solely based on conversation history. Consequently, users cannot pass external parameters (e.g., userId) to the sub-agent securely or accurately.
Proposed Solution
We need to design a mechanism that allows users to define and pass specific fields to the SubAgentTool explicitly.
Problem Description
Currently,
SubAgentToolis implemented solely based on conversation history. Consequently, users cannot pass external parameters (e.g.,userId) to the sub-agent securely or accurately.Proposed Solution
We need to design a mechanism that allows users to define and pass specific fields to the
SubAgentToolexplicitly.