google / langfun

OO for LLMs
Apache License 2.0
475 stars 34 forks source link

Replace the parse() call in call() with query(). The query() uses its default preamble. #157

Closed copybara-service[bot] closed 7 months ago

copybara-service[bot] commented 7 months ago

Replace the parse() call in call() with query(). The query() uses its default preamble.

The query() takes lm_response as the prompt and the schema as inputs.

codecov-commenter commented 7 months ago

Codecov Report

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

Project coverage is 96.00%. Comparing base (58fc165) to head (09e3969).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #157 +/- ## ======================================= Coverage 96.00% 96.00% ======================================= Files 55 55 Lines 4434 4435 +1 Branches 957 957 ======================================= + Hits 4257 4258 +1 Misses 89 89 Partials 88 88 ```

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