Skip to content

Commit 73e1ba1

Browse files
authored
Merge pull request #2489 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-ai-docs (branch main)
2 parents a38e8ab + 7780522 commit 73e1ba1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/ai-services/agents/how-to/tools/openapi-spec.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ with open('./weather_openapi.json', 'r') as f:
149149
# Create Auth object for the OpenApiTool (note that connection or managed identity auth setup requires additional setup in Azure)
150150
auth = OpenApiAnonymousAuthDetails()
151151

152-
# Initialize agent OpenApi tool using the read in OpenAPI spec
152+
# Initialize agent OpenAPI tool using the read in OpenAPI spec
153153
openapi = OpenApiTool(name="get_weather", spec=openapi_spec, description="Retrieve weather information for a location", auth=auth)
154154
```
155155
If you want to use connection, which stores API key, for authentication, replace the line with
@@ -184,7 +184,7 @@ An example of the audience would be ```https://cognitiveservices.azure.com/```.
184184
# [Python](#tab/python)
185185

186186
```python
187-
# Create agent with OpenApi tool and process assistant run
187+
# Create agent with OpenAPI tool and process assistant run
188188
with project_client:
189189
agent = project_client.agents.create_agent(
190190
model="gpt-4o-mini",

articles/search/search-get-started-text.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This quickstart has steps for the following SDKs:
2828
+ [Azure SDK for .NET](?tabs=dotnet#create-load-and-query-an-index)
2929
+ [Azure SDK for Python](?tabs=python#create-load-and-query-an-index)
3030
+ [Azure SDK for Java](?tabs=java#create-load-and-query-an-index)
31-
+ [Azure SDK for JavaScript/Typescript](?tabs=javascript#create-load-and-query-an-index)
31+
+ [Azure SDK for JavaScript/TypeScript](?tabs=javascript#create-load-and-query-an-index)
3232

3333
## Prerequisites
3434

@@ -46,7 +46,7 @@ This quickstart has steps for the following SDKs:
4646

4747
## Create, load, and query an index
4848

49-
Choose a programming language for the next step. The **Azure.Search.Documents** client libraries are available in Azure SDKs for .NET, Python, Java, and JavaScript/Typescript.
49+
Choose a programming language for the next step. The **Azure.Search.Documents** client libraries are available in Azure SDKs for .NET, Python, Java, and JavaScript/TypeScript.
5050

5151
## [**.NET**](#tab/dotnet)
5252

0 commit comments

Comments
 (0)