Skip to content

Commit a1fb864

Browse files
umaannamalaiTimPansino
authored andcommitted
[MegaLinter] Apply linters fixes
1 parent 859964a commit a1fb864

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/external_botocore/_test_bedrock_chat_completion_converse.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,8 @@
172172
"request_id": "f070b880-e0fb-4537-8093-796671c39239",
173173
"span_id": None,
174174
"trace_id": "trace-id",
175-
"content": "To convert Fahrenheit to Celsius, you use the formula:\n\nC = (F - 32) * 5/9\n\nWhere:\nC is the temperature in Celsius\nF is the temperature in Fahrenheit\n\nPlugging in 212°F for F:\n\nC = (212 - 32) * 5/9\nC = 180 * 5/9\nC = 100\n\nTherefore, 212 degrees Fahren", "role": "assistant",
175+
"content": "To convert Fahrenheit to Celsius, you use the formula:\n\nC = (F - 32) * 5/9\n\nWhere:\nC is the temperature in Celsius\nF is the temperature in Fahrenheit\n\nPlugging in 212°F for F:\n\nC = (212 - 32) * 5/9\nC = 180 * 5/9\nC = 100\n\nTherefore, 212 degrees Fahren",
176+
"role": "assistant",
176177
"completion_id": None,
177178
"sequence": 2,
178179
"response.model": "anthropic.claude-3-sonnet-20240229-v1:0",

0 commit comments

Comments
 (0)