Mypy reports missing type annotations for the cases list in LlamaDatasetGenerator and OpenAIDatasetGenerator.
Location: src/agentunit/generators/llm_generator.py
Error: Need type annotation for 'cases' (hint: 'cases: list[<type>] = ...')
This is a good first issue for contributors looking to help with type safety.
Mypy reports missing type annotations for the
caseslist inLlamaDatasetGeneratorandOpenAIDatasetGenerator.Location:
src/agentunit/generators/llm_generator.pyError:
Need type annotation for 'cases' (hint: 'cases: list[<type>] = ...')This is a good first issue for contributors looking to help with type safety.