fix(lint): fix mypy error exclusion
What does this merge request do and why?
TypeAgentInputs
is a generic type variable that doesn't bind to any
concrete class that has tools
attribute. This introduces a base class
for AgentInputs that binds the TypeAgentInputs
and provides a
consistent interface.
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
Merge request checklist
-
Tests added for new functionality. If not, please raise an issue to follow up. -
Documentation added/updated, if needed.
Relates to #841 (closed)