We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d51faf commit 50bc547Copy full SHA for 50bc547
tests/sdk/services/test_conversations_service.py
@@ -89,6 +89,7 @@ async def test_retrieve_message_with_content_parts(
89
"contentPartId": "cp-1",
90
"mimeType": "text/plain",
91
"data": {"inline": "Hello, world!"},
92
+ "citations": [],
93
"createdAt": "2024-01-01T00:00:00Z",
94
"updatedAt": "2024-01-01T00:00:00Z",
95
}
0 commit comments