API Error: 400 Failed to deserialize the JSON body into the target type: messages[1].role: unknown variant system, expected user or assistant at line 1 column 52197
it mistakenly use the "system" role in the "messages" array, and it should be adapted to Anthropic's API specifications
API Error: 400 Failed to deserialize the JSON body into the target type: messages[1].role: unknown variant
system, expecteduserorassistantat line 1 column 52197it mistakenly use the "system" role in the "messages" array, and it should be adapted to Anthropic's API specifications