Skip to content

fix(lint): fix mypy error exclusion

Tan Le requested to merge 841-fix-mypy-exclusion-chat into main

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)

Merge request reports

Loading