Skip to content

Commit

Permalink
Update markdown files for sample rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Corina Gum committed Apr 1, 2024
1 parent 5b9e277 commit eecddb1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion getting-started/OTHER/TEAMS-TOOLKIT-CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Below are directions on running samples via the Teams Toolkit CLI.
1. In the repository directory, run the Teams Toolkit CLI commands to automate the setup needed for the app

```bash
cd teams-ai/js/samples/01.messaging.a.echobot/
cd teams-ai/js/samples/00.path-to/x.sample/
teamsfx provision --env local

```
Expand Down
2 changes: 1 addition & 1 deletion getting-started/QUICKSTART.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ This guide will show you have the set up the Echo Bot using the JS library.

10. After the dependencies are installed and project is built, select `File > Open Folder`.

11. Go to `teams-ai > js > samples > 01.messaging.a.echoBot` and click `Select Folder`. This open the echo bot sample folder in vscode.
11. Go to `teams-ai > js > samples > 01.getting-started > a.echoBot` and click `Select Folder`. This open the echo bot sample folder in vscode.

12. From the left pane, select `Teams Toolkit`.

Expand Down
10 changes: 5 additions & 5 deletions getting-started/SAMPLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ When you are ready to dive into the AI Samples, try the fully conversational Tea

These samples showcase basic functionalities to build message extensions and conversational bots.

| Name | Description | Languages Supported |
| ---------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| _Echo bot_ | Bot that echos back the users message. | [JS](https://github.com/microsoft/teams-ai/tree/main/js/samples/01.messaging.a.echoBot), [C#](https://github.com/microsoft/teams-ai/tree/main/dotnet/samples/01.messaging.echoBot), [PY](https://github.com/microsoft/teams-ai/tree/main/python/samples/01.messaging.a.echoBot) |
| _Search Command Message Extension_ | Message Extension to search NPM for a specific package and return the result as an Adaptive Card. | [JS](https://github.com/microsoft/teams-ai/tree/main/js/samples/02.messageExtensions.a.searchCommand), [C#](https://github.com/microsoft/teams-ai/tree/main/dotnet/samples/02.messageExtensions.a.searchCommand) |
| _Type-Ahead Bot_ | Bot that shows how to incorporate Adaptive Cards into the coversational flow. | [JS](https://github.com/microsoft/teams-ai/tree/main/js/samples/03.adaptiveCards.a.typeAheadBot), [C#](https://github.com/microsoft/teams-ai/tree/main/dotnet/samples/03.adaptiveCards.a.typeAheadBot) |
| Name | Description | Languages Supported |
| ---------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| _Echo bot_ | Bot that echos back the users message. | [JS](https://github.com/microsoft/teams-ai/tree/main/js/samples/01.getting-started/a.echoBot), [C#](https://github.com/microsoft/teams-ai/tree/main/dotnet/samples/01.messaging.echoBot), [PY](https://github.com/microsoft/teams-ai/tree/main/python/samples/01.messaging.a.echoBot) |
| _Search Command Message Extension_ | Message Extension to search NPM for a specific package and return the result as an Adaptive Card. | [JS](https://github.com/microsoft/teams-ai/tree/main/js/samples/02.messageExtensions.a.searchCommand), [C#](https://github.com/microsoft/teams-ai/tree/main/dotnet/samples/02.messageExtensions.a.searchCommand) |
| _Type-Ahead Bot_ | Bot that shows how to incorporate Adaptive Cards into the coversational flow. | [JS](https://github.com/microsoft/teams-ai/tree/main/js/samples/03.adaptiveCards.a.typeAheadBot), [C#](https://github.com/microsoft/teams-ai/tree/main/dotnet/samples/03.adaptiveCards.a.typeAheadBot) |

## AI Samples

Expand Down

0 comments on commit eecddb1

Please sign in to comment.