Skip to content

Fix type annotation errors in llm_generator.py #67

@aviralgarg05

Description

@aviralgarg05

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.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions