Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix typo in readme #11116

Merged
merged 1 commit into from
Mar 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions templates/js/custom-copilot-rag-custom-api/README.md.tpl
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# Overview of the Custom Coilot from Custom API template
# Overview of the Custom Copilot from Custom API template

This template showcases an AI-powered intelligent chatbot that can understand natural language to invoke the API defined in the OpenAPI description document.

The app template is built using the Teams AI library, which provides the capabilities to build AI-based Teams applications.

- [Overview of the Custom Coilot from Custom API template](#overview-of-the-basic-ai-chatbot-template)
- [Get started with the Custom Coilot from Custom API template](#get-started-with-the-basic-ai-chatbot-template)
- [Overview of the Custom Copilot from Custom API template](#overview-of-the-basic-ai-chatbot-template)
- [Get started with the Custom Copilot from Custom API template](#get-started-with-the-basic-ai-chatbot-template)
- [What's included in the template](#whats-included-in-the-template)
- [Additional information and references](#additional-information-and-references)

## Get started with the Custom Coilot from Custom API template
## Get started with the Custom Copilot from Custom API template

> **Prerequisites**
>
> To run the Custom Coilot from Custom API template in your local dev machine, you will need:
> To run the Custom Copilot from Custom API template in your local dev machine, you will need:
>
> - [Node.js](https://nodejs.org/), supported versions: 16, 18
{{^enableTestToolByDefault}}
Expand Down
10 changes: 5 additions & 5 deletions templates/ts/custom-copilot-rag-custom-api/README.md.tpl
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# Overview of the Custom Coilot from Custom API template
# Overview of the Custom Copilot from Custom API template

This template showcases an AI-powered intelligent chatbot that can understand natural language to invoke the API defined in the OpenAPI description document.

The app template is built using the Teams AI library, which provides the capabilities to build AI-based Teams applications.

- [Overview of the Custom Coilot from Custom API template](#overview-of-the-basic-ai-chatbot-template)
- [Get started with the Custom Coilot from Custom API template](#get-started-with-the-basic-ai-chatbot-template)
- [Overview of the Custom Copilot from Custom API template](#overview-of-the-basic-ai-chatbot-template)
- [Get started with the Custom Copilot from Custom API template](#get-started-with-the-basic-ai-chatbot-template)
- [What's included in the template](#whats-included-in-the-template)
- [Additional information and references](#additional-information-and-references)

## Get started with the Custom Coilot from Custom API template
## Get started with the Custom Copilot from Custom API template

> **Prerequisites**
>
> To run the Custom Coilot from Custom API template in your local dev machine, you will need:
> To run the Custom Copilot from Custom API template in your local dev machine, you will need:
>
> - [Node.js](https://nodejs.org/), supported versions: 16, 18
{{^enableTestToolByDefault}}
Expand Down
Loading