Skip to content

Commit b7d0979

Browse files
committed
Change the order of prompts to make all the samples consistent
1 parent 5aaabae commit b7d0979

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/images-vision/responses/analyze_images_passing_file.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424

2525
OpenAIResponse response = (OpenAIResponse)client.CreateResponse([
2626
ResponseItem.CreateUserMessageItem([
27-
ResponseContentPart.CreateInputImagePart(file.Id),
28-
ResponseContentPart.CreateInputTextPart("what's in this image?")
27+
ResponseContentPart.CreateInputTextPart("what's in this image?"),
28+
ResponseContentPart.CreateInputImagePart(file.Id)
2929
])
3030
]);
3131

0 commit comments

Comments
 (0)