microsoft / genaiscript

Automatable GenAI Scripting
https://microsoft.github.io/genaiscript/
MIT License
195 stars 41 forks source link

Predicates for filtering files in def() are not user friendly #375

Open bzorn opened 5 months ago

bzorn commented 5 months ago

There are ways to filter files in def that include :endsWith and :glob but many users might not understand that :glob would be used to allow regex matching or that it does matching at all.

image

pelikhan commented 5 months ago

glob to match?