Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
gewarren committed May 23, 2024
1 parent 6477f5c commit 7f5dafb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/ai/conceptual/agents.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ prompt = $"""

You use [plugins](/semantic-kernel/agents/plugins/?tabs=Csharp) to do things an LLM can't do alone, such as retrieving data from external data sources or completing tasks in the real world.

For example, an LLM can't send an email, so to add that function to a chat app, you'd need to create a plugin. To process text from the emails, you could use [core plugins](/semantic-kernel/agents/plugins/out-of-the-box-plugins?tabs=Csharp#core-plugins), such as the [ConversationSummaryPlugin](/dotnet/api/microsoft.semantickernel.plugins.core.conversationsummaryplugin?view=semantic-kernel-dotnet).
For example, an LLM can't send an email, so to add that function to a chat app, you'd need to create a plugin. To process text from the emails, you could use [core plugins](/semantic-kernel/agents/plugins/out-of-the-box-plugins?tabs=Csharp#core-plugins), such as the <xref:Microsoft.SemanticKernel.Plugins.Core.ConversationSummaryPlugin>.

Make sure you clearly document the functions in your plugins&mdash;planners use this information to determine what functions are available.

Expand Down
2 changes: 1 addition & 1 deletion docs/ai/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ items:
- name: How generative AI and LLMs work
href: conceptual/how-genai-and-llms-work.md
- name: How agents and copilots work with LLMs
href: coceptual/agents.md
href: conceptual/agents.md
- name: Understand tokens
href: conceptual/understanding-tokens.md
- name: Preserve semantic meaning with embeddings
Expand Down

0 comments on commit 7f5dafb

Please sign in to comment.