Closed niklub closed 2 months ago
/git merge master
Workflow run Successfully merged: 5 files changed, 133 insertions(+), 185 deletions(-)
Attention: Patch coverage is 78.46154%
with 14 lines
in your changes missing coverage. Please review.
Project coverage is 61.57%. Comparing base (
459fe95
) to head (9c1d952
). Report is 7 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
adala/runtimes/_litellm.py | 76.27% | 14 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Adala table now contains the following system fields:
_prompt_tokens
_completion_tokens
_total_cost_usd
and they're piped to the LSE resulthandler.
TODO need to update all tests again or add some kind of flag which only adds these fields when requested by server