- Issue created by @marcus_johansson
There will be applications that wants to use only agents that output specific tools to get structured output from them.
Think for instance of an agent that does FieldValidation, we might have a FieldValidationToolInterface that has to have a method that is validationResult and a method that is validationReasoning. Or a tool with those methods.
Any agent that would use this tool could work as a field validation agent.
When you setup the field validation rule for this, you only want to show agents that are utilizing this tool or toolinterface, and no other agents.
Active
1.2
Code