You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* capture different types of google genai inputs (#534)
Co-authored-by: Obinna Okafor <[email protected]>
* Read stream before saving attributes. Parse modelId in a more robust way.
* Decide based on model name on the set of attributes tracked.
* Added basic test for model ID parsing.
* Added replay tests for AWS Bedrock.
* Added test for streaming requests too.
* Obinna/fix awsbedrock streaming response (#538)
* fix aws bedrock streaming bug
* bump version
* add deprecated dependency
* restrict current pinecone instrumentation to v6.0.2
* hard code boto3 dependency version
* fix duplicate event stream
* set test aws key
* Fix AWS Bedrock ARN parsing issue in converse methods (#544)
* Fix AWS Bedrock ARN parsing issue in converse methods
- Replace modelId.split('.') with parse_vendor_and_model_name_from_model_id
- Fixes crash when using ARN or cross-region model IDs with multiple dots
- Makes patch_converse and patch_converse_stream consistent with other methods
Resolves ValueError: too many values to unpack (expected 2) when using:
- ARN format: arn:aws:bedrock:us-east-1:<account_id>:inference-profile/us.anthropic.claude-3-haiku-20240307-v1:0
- Cross-region format: us.anthropic.claude-sonnet-4-20250514-v1:0
Co-Authored-By: [email protected] <[email protected]>
* Bump version to 3.8.21 for ARN parsing bug fix
Co-Authored-By: [email protected] <[email protected]>
---------
Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: [email protected] <[email protected]>
---------
Co-authored-by: obinnascale3 <[email protected]>
Co-authored-by: Obinna Okafor <[email protected]>
Co-authored-by: m1kl0sh <[email protected]>
Co-authored-by: Obinna Okafor <[email protected]>
Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: [email protected] <[email protected]>
is a test.\nThis is a test.\nThis is a test."}],"stop_reason":"end_turn","stop_sequence":null,"usage":{"input_tokens":14,"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"output_tokens":20}}'
0 commit comments