Skip to content

Commit

Permalink
Update navigation for chat copilot
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewbolanos committed Aug 1, 2023
1 parent d66ff58 commit b05014b
Show file tree
Hide file tree
Showing 9 changed files with 52 additions and 15 deletions.
12 changes: 11 additions & 1 deletion .openpublishing.redirection.json
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,17 @@
},
{
"source_path": "semantic-kernel/samples-and-solutions/copilot-chat.md",
"redirect_url": "/semantic-kernel/chat-copilot/index?toc=/semantic-kernel/toc.json",
"redirect_url": "/semantic-kernel/chat-copilot/index",
"redirect_document_id": true
},
{
"source_path": "semantic-kernel/deploy/deploy-to-azure.md",
"redirect_url": "/semantic-kernel/chat-copilot/deploy-to-azure",
"redirect_document_id": true
},
{
"source_path": "semantic-kernel/deploy/publish-changes-to-azure.md",
"redirect_url": "/semantic-kernel/chat-copilot/publish-changes-to-azure",
"redirect_document_id": true
}
]
Expand Down
2 changes: 0 additions & 2 deletions semantic-kernel/TOC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
href: prompt-engineering/TOC.yml
- name: Giving your AI memories
href: memories/TOC.yml
- name: Deploying Semantic Kernel
href: deploy/TOC.yml
- name: Chat Copilot
href: chat-copilot/TOC.yml
- name: Running sample apps
Expand Down
10 changes: 10 additions & 0 deletions semantic-kernel/chat-copilot/TOC.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- name: Overview
href: index.md
- name: Customizing Chat Copilot
href: customizing-chat-copilot.md
- name: Test plugins with Chat Copilot
href: testing-plugins-with-chat-copilot.md
- name: Deploy to Azure
href: deploy-to-azure.md
- name: Publish changes to Azure
href: publish-changes-to-azure.md
13 changes: 13 additions & 0 deletions semantic-kernel/chat-copilot/customizing-chat-copilot.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Customize Chat Copilot for your use case
description: How-to customize Chat Copilot using the app settings file
author: matthewbolanos
ms.topic: Azure
ms.author: mabolan
ms.date: 05/19/2023
ms.service: mssearch
---

# Customize Chat Copilot for your use case
[!INCLUDE [subheader.md](../includes/pat_large.md)]

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Deploy Semantic Kernel to Azure as a web app service
title: Deploy Chat Copilot to Azure as a web app service
description: How-to guide on how to deploy Semantic Kernel to Azure in a web app service
author: nilesha
ms.topic: Azure
Expand All @@ -8,7 +8,7 @@ ms.date: 05/19/2023
ms.service: mssearch
---

# Learn how to deploy Semantic Kernel to Azure as a web app service
# Deploy Chat Copilot to Azure as a web app service
[!INCLUDE [subheader.md](../includes/pat_large.md)]

In this how-to guide we will provide steps to deploy Semantic Kernel to Azure as a web app service.
Expand Down
8 changes: 4 additions & 4 deletions semantic-kernel/chat-copilot/index.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
---
title: Get started using Chat Copilot
description: Learn how to use the Chat Copilot reference app to build your own integrated large language model chatbot.
title: See Semantic Kernel working end-to-end with Chat Copilot
description: Use the Chat Copilot reference app to learn how to build a custom conversational agent and to test your plugins..
author: smonroe
ms.topic: samples
ms.author: smonroe
ms.date: 04/07/2023
ms.service: mssearch
---
# Chat Copilot
# See Semantic Kernel working end-to-end with Chat Copilot

[!INCLUDE [subheader.md](../includes/pat_large.md)]

The Chat Copilot reference app allows you to build your own integrated large language model chatbot. This is an enriched intelligence app, with multiple dynamic components including command messages, user intent, and memories.
The Chat Copilot reference app provides an example of how to build a conversational experience using large language models. This is an enriched intelligence app, with multiple dynamic components including command messages, user intent, and memories.

The chat prompt and response will evolve as the conversation between the user and the application proceeds. This chat experience uses a chat plugin containing multiple functions that work together to construct the final prompt for each exchange.

Expand Down
12 changes: 12 additions & 0 deletions semantic-kernel/chat-copilot/testing-plugins-with-chat-copilot.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: Test your OpenAI plugins with Chat Copilot
description: How-to import and test your OpenAI plugins with Chat Copilot
author: nilesha
ms.topic: Azure
ms.author: nilesha
ms.date: 05/19/2023
ms.service: mssearch
---

# Test your OpenAI plugins with Chat Copilot
[!INCLUDE [subheader.md](../includes/pat_large.md)]
6 changes: 0 additions & 6 deletions semantic-kernel/deploy/TOC.yml

This file was deleted.

0 comments on commit b05014b

Please sign in to comment.