google / langfun

OO for LLMs
Apache License 2.0
122 stars 18 forks source link

Warn instead of raise when LLM generated class has *args and **kwargs. #167

Closed copybara-service[bot] closed 5 months ago

copybara-service[bot] commented 5 months ago

Warn instead of raise when LLM generated class has *args and **kwargs.

This CL also removes a ineffective code block in eval/base.py.

codecov-commenter commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.89%. Comparing base (dca88af) to head (29ae078).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #167 +/- ## ========================================== - Coverage 95.90% 95.89% -0.01% ========================================== Files 55 55 Lines 4489 4487 -2 Branches 973 786 -187 ========================================== - Hits 4305 4303 -2 Misses 92 92 Partials 92 92 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.