Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(integrations): Add partial json support to streams #3674

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

kwnath
Copy link
Contributor

@kwnath kwnath commented Oct 18, 2024

Description

I actually forgotten to add the most crucial in PR where we wanted to add support for partial_json in tool calling when streaming. This PR fixes that.

cc @antonpirker apologies for this!

Adds partial json to the content block when streaming.
Copy link

codecov bot commented Oct 21, 2024

Codecov Report

Attention: Patch coverage is 50.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 84.22%. Comparing base (da0b086) to head (1b6f72c).

Files with missing lines Patch % Lines
sentry_sdk/integrations/anthropic.py 50.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3674      +/-   ##
==========================================
- Coverage   84.30%   84.22%   -0.08%     
==========================================
  Files         137      137              
  Lines       14561    14563       +2     
  Branches     2460     2461       +1     
==========================================
- Hits        12275    12266       -9     
- Misses       1528     1541      +13     
+ Partials      758      756       -2     
Files with missing lines Coverage Δ
sentry_sdk/integrations/anthropic.py 84.70% <50.00%> (-0.42%) ⬇️

... and 4 files with indirect coverage changes

@@ -21,8 +21,7 @@
raise DidNotEnable("Anthropic not installed")

if TYPE_CHECKING:
from typing import Any, AsyncIterator, Iterator
from sentry_sdk.tracing import Span
pass
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll review this PR again, my linter removed these.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant