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 b18b9a8 commit 6b65a25Copy full SHA for 6b65a25
docs/guides/tools-web-search/responses/user-location.cs
@@ -16,14 +16,14 @@
16
userLocation: WebSearchToolLocation.CreateApproximateLocation(
17
country: "GB",
18
city: "London",
19
- region: "London"
+ region: "Granary Square"
20
)
21
));
22
23
OpenAIResponse response = (OpenAIResponse)client.CreateResponse([
24
ResponseItem.CreateUserMessageItem([
25
ResponseContentPart.CreateInputTextPart(
26
- "What are the best restaurants around Granary Square?"
+ "What are the best restaurants near me?"
27
28
])
29
], options);
0 commit comments