Skip to content

Commit b0a6811

Browse files
authored
Merge pull request #67 from jun216tee/main
Fixed a few potential misspellings/errors.
2 parents 93e2c58 + 3f0b530 commit b0a6811

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

04-PracticalSamples/readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ if (builder.ExecutionContext.IsPublishMode)
8383
}
8484
```
8585

86-
The code above demonstrates how to add the Azure Application Insights for monitoring, the Azure OpenAI for the chat and embeddings deployments, and the embedding used for the vector entities.
86+
The code above demonstrates how to add the Azure Application Insights for monitoring, the Azure OpenAI for the chat and embeddings deployments, and the embedding used for the vector entities.
8787

8888
For embedding and AOAI creation, it can be found at the product container, as follows:
8989

@@ -366,7 +366,7 @@ await foreach (var delta in session.ProcessStreamingRequest(createWriterRequest)
366366
}
367367
```
368368

369-
The type `CreateWriterRequest` needs to have three properties: `Research`, `Products`, and `Writing`. After getting them setted by processing the request, it calls the `CreateSessionAsync` method, which looks like this:
369+
The type `CreateWriterRequest` needs to have three properties: `Research`, `Products`, and `Writing`. After getting them set by processing the request, it calls the `CreateSessionAsync` method, which looks like this:
370370

371371
```csharp
372372
internal async Task<CreativeWriterSession> CreateSessionAsync(HttpResponse response)

0 commit comments

Comments
 (0)