From 7f5dafbf92faf47e9bb5ea5fe39cbd797e995277 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Thu, 23 May 2024 16:11:36 -0700 Subject: [PATCH] fix warnings --- docs/ai/conceptual/agents.md | 2 +- docs/ai/toc.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ai/conceptual/agents.md b/docs/ai/conceptual/agents.md index 77f2aadcfb254..376a0d729e589 100644 --- a/docs/ai/conceptual/agents.md +++ b/docs/ai/conceptual/agents.md @@ -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 . Make sure you clearly document the functions in your plugins—planners use this information to determine what functions are available. diff --git a/docs/ai/toc.yml b/docs/ai/toc.yml index 5e9e841acf0d3..bb4d7d6042b81 100644 --- a/docs/ai/toc.yml +++ b/docs/ai/toc.yml @@ -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