You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: msteams-platform/messaging-extensions/how-to/search-commands/define-search-command.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ The search command is invoked from any one or both of the following locations:
17
17
* Compose message area: The buttons at the bottom of the compose message area.
18
18
* Command box: By using / in the command box. For example, **/your-app-name**. If you're using the classic Teams, search command is invoked by @mentioning in the command box. For example, **@your-app-name**.
19
19
20
-
When a search command is invoked from the compose message area, the user sends the results to the conversation. When a search command invoked from the command box, the user interacts with the resulting card, or copies it for use elsewhere.
20
+
When a search command is invoked from the compose message area, the user sends the results to the conversation. When a search command is invoked from the command box, the user interacts with the resulting card or copies it for use elsewhere.
21
21
22
22
The following image displays the invoke locations of the search command:
23
23
@@ -35,9 +35,9 @@ You can create a search message extension using Microsoft 365 Agents Toolkit (pr
35
35
36
36
Before you get started, ensure that you meet the following requirements:
37
37
38
-
*[Node.js](https://nodejs.org/en). The supported versions are 16, 18.
38
+
*[Node.js](https://nodejs.org/en). Supported versions are 16, 18.
39
39
*[Microsoft 365 account for development](../../../toolkit/tools-prerequisites.md#microsoft-365-developer-program)
40
-
*[Set up your dev environment for extending Teams apps across Microsoft 365.](../../../m365-apps/prerequisites.md) After you've enrolled your developer tenant in Office 365 Targeted Release, it might take a couple of days for the enrollment to take effect.
40
+
*[Dev environment for extending Teams apps across Microsoft 365 set up.](../../../m365-apps/prerequisites.md) After you've enrolled your developer tenant in Office 365 Targeted Release, it might take a couple of days for the enrollment to take effect.
41
41
*[Agents Toolkit Visual Studio Code Extension](https://marketplace.visualstudio.com/items?itemName=TeamsDevApp.ms-teams-vscode-extension) version 5.2.0 and higher or Microsoft 365 Agents Toolkit CLI (previously known as Teams Toolkit CLI).
0 commit comments