diff --git a/docs/decisions/0032-agents.md b/docs/decisions/0032-agents.md index 250b35e8bb758..dd75ba14f561d 100644 --- a/docs/decisions/0032-agents.md +++ b/docs/decisions/0032-agents.md @@ -60,7 +60,7 @@ An _Agent_ can be of various modalities. Modalities are asymmetrical with regar - _Agent Framework_ shall be extensible so that other libraries can build their own agents and chat experiences. - _Agent Framework_ shall be as simple as possible to facilitate extensibility. - _Agent Framework_ shall encapsulate complexity within implementation details, not calling patterns. -- _Agent_ abstraction shall support different modalities (see [Agent Modalities](#Agent-Modalities:) section). +- _Agent_ abstraction shall support different modalities (see [Agent Modalities](#Agent-Modalities) section). - An _Agent_ of any modality shall be able to interact with an _Agent_ of any other modality. - An _Agent_ shall be able to support its own modality requirements. (Specialization) - _Agent_ input and output shall align to SK content type `ChatMessageContent`. diff --git a/python/samples/getting_started_with_agents/README.md b/python/samples/getting_started_with_agents/README.md index 6028db397406f..b34d1d56c05d6 100644 --- a/python/samples/getting_started_with_agents/README.md +++ b/python/samples/getting_started_with_agents/README.md @@ -34,7 +34,7 @@ Example|Description ## Configuring the Kernel Similar to the Semantic Kernel Python concept samples, it is necessary to configure the secrets -and keys used by the kernel. See the follow "Configuring the Kernel" [guide](../concepts/README.md#configuring-the-kernell) for +and keys used by the kernel. See the follow "Configuring the Kernel" [guide](../concepts/README.md#configuring-the-kernel) for more information. ## Running Concept Samples