Add ability to restrict tool arguments to AgentComponent
Problem to solve
Add tool_arguments_binding feature to AgentComponent which will provide a security mechanism to mitigate impact of prompt injection attacks by restricting the scope in which an agent operates. It should overriding tool call arguments at execution time, ensuring that agents cannot be manipulated into accessing resources outside their prescribed data perimeter.
Proposal
Further details
-
Add tool arguments binding to AgentComponentin experimental version -
Verify the feature -
Move the feature to v1version
Links / references
Edited by Mikołaj Wawrzyniak