docling-project / docling-project/docling-sdg
Reconsider type_ field in QaPromptTemplate?
Open
- Dominant language
- Python
- Stars
- 51
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
The definition of QaPromptTemplate includes:
```
type_: PromptTypes = Field(alias="type")
```
Having two different names for the field makes development harder and confuses Ruff and MyPy. Could we consider just having one name for this field?
Contributor guide
Assessment
This issue has not been assessed yet.