PrefectHQ / marvin

✨ Build AI interfaces that spark joy
https://askmarvin.ai
Apache License 2.0
5.34k stars 348 forks source link

Update classify prompt to avoid label bug with integers #847

Closed jlowin closed 9 months ago

jlowin commented 9 months ago

If the data to classify was the number 0, the classifier was selecting the label with the "0" index instead of the correct description. This updates the prompt for clarity.