Skip to content

Commit 91f8ba5

Browse files
committed
Removing optional prereqs from manifests
1 parent 0a67faa commit 91f8ba5

File tree

8 files changed

+1
-9
lines changed

8 files changed

+1
-9
lines changed

tool-call-uri-http/default/manifest.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"title": "Call external HTTP or HTTPS endpoints",
44
"summary": "Call external HTTP or HTTPS endpoints",
55
"description": "This workflow sends outbound requests to endpoints on other services or systems over HTTP or HTTPS. It is designed to be triggered by an HTTP request and to call external HTTP/S endpoints.",
6-
"prerequisites": "",
76
"artifacts": [
87
{
98
"type": "workflow",

tool-execute-query-sql/default/manifest.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
"id": "default",
33
"title": "Execute SQL query on a database",
44
"summary": "Execute SQL query on any table in a database",
5-
"description": "his workflow executed a query on a given table in a database. It is designed to be triggered by an HTTP request, run the query provided in the request and return the results back as a response. ",
6-
"prerequisites": "",
5+
"description": "his workflow executed a query on a given table in a database. It is designed to be triggered by an HTTP request, run the query provided in the request and return the results back as a response.",
76
"artifacts": [
87
{
98
"type": "workflow",

tool-get-rows-dataverse/default/manifest.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"title": "Get rows from dataverse table",
44
"summary": "Get rows from dataverse table",
55
"description": "This workflow gets rows from dataverse table. It is designed to be triggered by an HTTP request, get rows from the dataverse table and return the response back to the caller.",
6-
"prerequisites": "",
76
"artifacts": [
87
{
98
"type": "workflow",

tool-get-rows-sql/default/manifest.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"title": "Get rows from SQL table",
44
"summary": "Get rows from SQL table",
55
"description": "This workflow gets rows from SQL table. It is designed to be triggered by an HTTP request, get rows from the SQL table and return the response back to the caller.",
6-
"prerequisites": "",
76
"artifacts": [
87
{
98
"type": "workflow",

tool-get-weather-msn/default/manifest.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"title": "Get Weather forecase for today via MSN Weather",
44
"summary": "Get the weather forecast for today using MSN Weather API.",
55
"description": "This workflow retrieves the weather forecast for today using the MSN Weather API. It is designed to be triggered by an HTTP request and to provide weather information.",
6-
"prerequisites": "",
76
"artifacts": [
87
{
98
"type": "workflow",

tool-post-adaptive-card-teams/default/manifest.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"title": "Post adaptive card on a Teams channel and wait for a response",
44
"summary": "Post adaptive card on a Teams channel and wait for a response",
55
"description": "This workflow posts an adaptive card on a Teams channel and waits for response. It is designed to be triggered by an HTTP request and to post an adaptive card on a given channel on Microsoft Teams. This adaptive card action is based on webhook and waits until a response is received.",
6-
"prerequisites": "",
76
"artifacts": [
87
{
98
"type": "workflow",

tool-post-message-teams/default/manifest.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"title": "Post message on a Teams channel",
44
"summary": "Post message on a Teams channel",
55
"description": "This workflow posts message on a Teams channel. It is designed to be triggered by an HTTP request and to post a message on a given channel on Microsoft Teams.",
6-
"prerequisites": "",
76
"artifacts": [
87
{
98
"type": "workflow",

tool-send-email-outlook/default/manifest.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"title": "Send Email using Outlook",
44
"summary": "Send an email using Outlook with the specified subject and body.",
55
"description": "This workflow sends an email using Outlook with the specified subject and body. It is designed to be triggered by an HTTP request and to send email via Outlook account.",
6-
"prerequisites": "",
76
"artifacts": [
87
{
98
"type": "workflow",

0 commit comments

Comments
 (0)