guidance-ai / guidance

A guidance language for controlling large language models.
MIT License
18.14k stars 1.01k forks source link

Fix set_attribute #835

Closed slundberg closed 1 month ago

slundberg commented 1 month ago

set_attribute was not working correctly due to the way closer text was precomputed. This fixes that.