Ensures that generated content contains valid hyperlinks. This evaluation helps maintain a high standard of quality by validating the presence and validity of links in generated content.
Click here to learn how to setup evaluation using the Python SDK.
Input Type | Parameter | Type | Description |
---|---|---|---|
Required Inputs | text | string | The content to be assessed for valid hyperlinks. |
Output | Type | Description |
---|---|---|
Score | bool | Returns 1.0 if the text contains at least one valid hyperlink, 0.0 otherwise. |
Click here to learn how to setup evaluation using the Python SDK.
Input Type | Parameter | Type | Description |
---|---|---|---|
Required Inputs | text | string | The content to be assessed for valid links. |
Output | Type | Description |
---|---|---|
Score | bool | Returns 1.0 if the text does not contain any valid hyperlinks, 0.0 if it contains one or more valid links. |