We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aaabae commit b7d0979Copy full SHA for b7d0979
docs/guides/images-vision/responses/analyze_images_passing_file.cs
@@ -24,8 +24,8 @@
24
25
OpenAIResponse response = (OpenAIResponse)client.CreateResponse([
26
ResponseItem.CreateUserMessageItem([
27
- ResponseContentPart.CreateInputImagePart(file.Id),
28
- ResponseContentPart.CreateInputTextPart("what's in this image?")
+ ResponseContentPart.CreateInputTextPart("what's in this image?"),
+ ResponseContentPart.CreateInputImagePart(file.Id)
29
])
30
]);
31
0 commit comments