Skip to content

Commit 0e6537c

Browse files
Update dotnet/samples/GettingStarted/AgentWithOpenAI/Agent_OpenAI_Step03_CreateFromChatClient/README.md
Co-authored-by: Copilot <[email protected]>
1 parent 4531594 commit 0e6537c

File tree

1 file changed

+1
-1
lines changed
  • dotnet/samples/GettingStarted/AgentWithOpenAI/Agent_OpenAI_Step03_CreateFromChatClient

1 file changed

+1
-1
lines changed

dotnet/samples/GettingStarted/AgentWithOpenAI/Agent_OpenAI_Step03_CreateFromChatClient/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This sample demonstrates how to create an AI agent directly from an `OpenAI.Chat
44

55
## What This Sample Shows
66

7-
- **Direct ChatClient Creation**: Shows how to create a `OpenAI.Chat.ChatClient` from `OpenAI.OpenAIClient` and then use it to instantiate an agent
7+
- **Direct ChatClient Creation**: Shows how to create an `OpenAI.Chat.ChatClient` from `OpenAI.OpenAIClient` and then use it to instantiate an agent
88
- **OpenAIChatClientAgent**: Demonstrates using the OpenAI SDK primitives instead of the ones from Microsoft.Extensions.AI and Microsoft.Agents.AI abstractions
99
- **Full Agent Capabilities**: Shows both regular and streaming invocation of the agent
1010

0 commit comments

Comments
 (0)