diff --git a/tests/integration/anthropic/testcases.yaml b/tests/integration/anthropic/testcases.yaml index 5c5bd326..6ad992de 100644 --- a/tests/integration/anthropic/testcases.yaml +++ b/tests/integration/anthropic/testcases.yaml @@ -10,11 +10,8 @@ testcases: data: | { "max_tokens":4096, + "system": "You are a coding assistant.", "messages":[ - { - "content":"You are a coding assistant.", - "role":"system" - }, { "content":"Reply with that exact sentence: Hello from the integration tests!", "role":"user"