Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsbatista committed Aug 19, 2024
1 parent 0e260ef commit c7ad0d3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions integrations/amazon_bedrock/tests/test_chat_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,11 +229,11 @@ def test_long_prompt_is_not_truncated_when_truncate_false(mock_boto3_session):
role=ChatRole.ASSISTANT,
name=None,
meta={
"model": "claude-3-sonnet-20240229",
"index": 0,
"finish_reason": "end_turn",
"usage": {"prompt_tokens": 16, "completion_tokens": 55},
}
"model": "claude-3-sonnet-20240229",
"index": 0,
"finish_reason": "end_turn",
"usage": {"prompt_tokens": 16, "completion_tokens": 55},
},
)
]
)
Expand Down

0 comments on commit c7ad0d3

Please sign in to comment.