Skip to content

Commit 6b65a25

Browse files
authored
Update docs/guides/tools-web-search/responses/user-location.cs
1 parent b18b9a8 commit 6b65a25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/tools-web-search/responses/user-location.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
userLocation: WebSearchToolLocation.CreateApproximateLocation(
1717
country: "GB",
1818
city: "London",
19-
region: "London"
19+
region: "Granary Square"
2020
)
2121
));
2222

2323
OpenAIResponse response = (OpenAIResponse)client.CreateResponse([
2424
ResponseItem.CreateUserMessageItem([
2525
ResponseContentPart.CreateInputTextPart(
26-
"What are the best restaurants around Granary Square?"
26+
"What are the best restaurants near me?"
2727
)
2828
])
2929
], options);

0 commit comments

Comments
 (0)