refuel-ai / autolabel

Label, clean and enrich text datasets with LLMs.
https://docs.refuel.ai/
MIT License
2.09k stars 147 forks source link

Fallback logic in example template construction for format/format map errors #875

Closed Abhinav-Naikawadi closed 3 months ago

Abhinav-Naikawadi commented 3 months ago

Pull Review Summary

Description

Fallback logic in example template construction for format/format map errors. Needed for niche errors with how python string format allows for object fields to be used as template variables. Therefore, template variables with a period are treated as objects and a nonexistent field is accessed.

Type of change

Tests

Tested locally