Closed ahuang11 closed 2 months ago
Attention: Patch coverage is 0%
with 6 lines
in your changes missing coverage. Please review.
Project coverage is 56.61%. Comparing base (
fdbfc66
) to head (e1b4dba
). Report is 1 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
lumen/ai/agents.py | 0.00% | 6 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The system prompt was inserted twice: system_prompt += f"{system_prompt}..."
Also, instead of using
+ additional context
, use the built-in kwarg.