Valid URL
Objective Checks if the text contains a valid URL format, ensuring proper web link handling.
Interpretation A higher score indicates the URL is invalid or malformed. A lower (or zero) score indicates the URL format is valid.
Code Execution
Example
Prompt: “Provide the official website link.”
Context: “Ensure the URL is correctly formatted.”
Response: “wwwexamplecom”
Metric Output:
{"score": 1, "reason": "Invalid URL format detected (missing protocol and dots)."}
Last updated
Was this helpful?