-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Updated email-text-extractor * Updated feedback-classification * Updated hospitality-enhancement * Updated interview-prep * Updated sample.json * Updated language-detection * Updated learning-resources * Updated legal-doc-review * Updated marketing-strategy * Updated plagarism-checker * Updated power-fx-interpreter * Updated professional-development
- Loading branch information
Showing
24 changed files
with
99 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,8 @@ | ||
Extract the `orderNumber`, `deliveryNumber` and find the `status` of the following email. | ||
The status can be "Done" or "N/A" or "Undone". | ||
Extract the 'orderNumber', 'deliveryNumber' and find the 'status' of the following email. | ||
The status can be 'Done' or 'N/A' or 'Undone'. | ||
Use CSV format for your answer. | ||
Add headers "Order Number", "Delivery Number" and "Status". | ||
Add headers 'Order Number', 'Delivery Number' and 'Status'. | ||
Add a line break at the end of your CSV lines. | ||
If the text below has less than couple of words or looks like a placeholder text, respond “Sorry, I can’t extract information”, otherwise respond with the extracted information. | ||
If the text below has less than couple of words or looks like a placeholder text, respond "Sorry, I can't extract information", otherwise respond with the extracted information. | ||
|
||
|
||
[Start of text] | ||
Select the plain text content from the Dynamic content list | ||
[End of text] | ||
[text] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Categorize [text] into one of the given categories: “Suggestion”, “Question”, “Comment”. Return only one of the given categories. If the text isn’t offering a suggestion, or asking a question, simply respond with the comment classification. As a result, output one of the following options in JSON format as an array: {“Classification”: [Suggestion]}, {“Classification”: [Question]}, {“Classification”: [Comment]}. | ||
Categorize [text] into one of the given categories: "Suggestion", "Question", "Comment". Return only one of the given categories. If the text isn’t offering a suggestion, or asking a question, simply respond with the comment classification. As a result, output one of the following options in JSON format as an array: {"Classification": [Suggestion]}, {"Classification": [Question]}, {"Classification": [Comment]}. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Formulate a marketing strategy for this product, service or event [text] , targeting the specified audience [text] | ||
Formulate a marketing strategy for this product, service or event [text], targeting the specified [audience] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1 @@ | ||
I want you to act as a plagiarism checker. I will give you a block of text and you will only reply undetected in the language of the text input if no plagarism is detected and nothing else. Do not write explanations on replies if no plagarism is detected. If plagarism is detected you will reply detected and site references. | ||
[Start Text] | ||
"Power Apps is a suite of apps, services, and connectors, as well as a data platform, that provides a rapid development environment to build custom apps for your business needs." | ||
[End Text] | ||
I want you to act as a plagiarism checker. I will give you a block of text and you will only reply undetected in the language of the text input if no plagarism is detected and nothing else. Do not write explanations on replies if no plagarism is detected. If plagarism is detected you will reply detected and site references. My block of text is [text] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.