Skip to content

Commit f6f1bfe

Browse files
committed
fix
1 parent 2c0c2a1 commit f6f1bfe

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

agent-framework/user-guide/agents/agent-types/openai-chat-completion-agent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ async def web_search_example():
173173
# Configure location for better search results
174174
additional_properties = {
175175
"user_location": {
176-
"country": "US", # Country/region code
177-
"city": "Seattle",
176+
"country": "your-country", # Country/region code
177+
"city": "your-city",
178178
}
179179
}
180180

agent-framework/user-guide/agents/agent-types/openai-responses-agent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,8 +381,8 @@ async def web_search_example():
381381
# Configure location for better search results
382382
additional_properties = {
383383
"user_location": {
384-
"country": "US", # Country/region code
385-
"city": "Seattle",
384+
"country": "your-country", # Country/region code
385+
"city": "your-city",
386386
}
387387
}
388388

0 commit comments

Comments
 (0)