Skip to content

Commit bef34fc

Browse files
authored
Merge pull request #34 from sravankadudhuri/GenAI-Prompt11
2 parents 10e7cf1 + bb64c92 commit bef34fc

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Prompts/URL Validator

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Given a URL. Validate the link and `strictly return response as a boolean value`.
2+
Return false if you are unable to validate the URL.
3+
Example:
4+
URL: https://www.google.com
5+
Output: true
6+
URL: https://ww.google.com
7+
Output: false

0 commit comments

Comments
 (0)