Skip to content

Commit ee95bbf

Browse files
committed
Clarify IChatClient further
1 parent f5885b5 commit ee95bbf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

agent-framework/user-guide/agents/agent-types/chat-client-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.service: semantic-kernel
1313

1414
::: zone pivot="programming-language-csharp"
1515

16-
The Microsoft Agent Framework supports creating agents for any inference service that provides an `IChatClient` implementation. This means that there is a very broad range of services that can be used to create agents, including open source models that can be run locally.
16+
The Microsoft Agent Framework supports creating agents for any inference service that provides a [`Microsoft.Extensions.AI.IChatClient`](/dotnet/ai/microsoft-extensions-ai#the-ichatclient-interface) implementation. This means that there is a very broad range of services that can be used to create agents, including open source models that can be run locally.
1717

1818
In this document, we will use Ollama as an example.
1919

agent-framework/user-guide/agents/agent-types/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ See the documentation for each service, for more information:
5353
|[OpenAI ChatCompletion](./openai-chat-completion-agent.md)|An agent that uses the OpenAI ChatCompletion service.|No|Yes|
5454
|[OpenAI Responses](./openai-responses-agent.md)|An agent that uses the OpenAI Responses service.|Yes|Yes|
5555
|[OpenAI Assistants](./openai-assistants-agent.md)|An agent that uses the OpenAI Assistants service.|Yes|No|
56-
|[Any other ChatClient](./chat-client-agent.md)|You can also use any other ChatClient implementation to create an agent.|Varies|Varies|
56+
|[Any other ChatClient](./chat-client-agent.md)|You can also use any other [`Microsoft.Extensions.AI.IChatClient`](/dotnet/ai/microsoft-extensions-ai#the-ichatclient-interface) implementation to create an agent.|Varies|Varies|
5757

5858
## Complex custom agents
5959

0 commit comments

Comments
 (0)