Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
eavanvalkenburg committed Nov 12, 2024
1 parent e089482 commit a8fb278
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/decisions/0032-agents.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion python/samples/getting_started_with_agents/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a8fb278

Please sign in to comment.