Jeffery

Results 5 issues of Jeffery

I added regex to extract first arxiv url from the line instead of using hardcoded indices in the `get_next_result` function. Fixed the arxiv url extraction bug in the CLI tool....

Hi, Thanks for the cool paper abstract finder! As of now, the link extraction logic in the tool seems to be broken when operating the tool from the CLI (as...

In the _update_prompt method of TextualGradientDescentwithMomentum, I found a missing return statement. https://github.com/zou-group/textgrad/blob/ee13ed76c57685d168453012bc9b8333df5c0547/textgrad/optimizer/optimizer.py#L233

bug
good first issue

This PR fixes an [issue where arithmetic expressions involving `provsql` aggregation results](https://github.com/PierreSenellart/provsql/issues/63) (e.g., `SELECT AVG(col) * 10 FROM table`) would fail or return empty results. The `provenance_aggregate` function returns a...