Skip to content

Commit 58512fd

Browse files
authored
Fix anthropic format in integration tests (#1021)
1 parent 8897318 commit 58512fd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/integration/anthropic/testcases.yaml

+1-4
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,8 @@ testcases:
1010
data: |
1111
{
1212
"max_tokens":4096,
13+
"system": "You are a coding assistant.",
1314
"messages":[
14-
{
15-
"content":"You are a coding assistant.",
16-
"role":"system"
17-
},
1815
{
1916
"content":"Reply with that exact sentence: Hello from the integration tests!",
2017
"role":"user"

0 commit comments

Comments
 (0)