Validating the structure and length of text is essential for ensuring that generated content meets specific requirements and maintains a high standard of quality.
Click here to learn how to setup evaluation using the Python SDK.
Input Type | Parameter | Type | Description | UI Component |
---|---|---|---|---|
Required Inputs | text | string | The content column to check. | Column Select |
Click here to learn how to setup evaluation using the Python SDK.
Input Type | Parameter | Type | Description | UI Component |
---|---|---|---|---|
Required Inputs | text | string | The content column to check length. | Column Select |
Configuration Parameters | max_length | int | The maximum allowed length (exclusive). | Number Input |
Click here to learn how to setup evaluation using the Python SDK.
Input Type | Parameter | Type | Description | UI Component |
---|---|---|---|---|
Required Inputs | text | string | The content column to check length. | Column Select |
Configuration Parameters | min_length | int | The minimum required length (exclusive). | Number Input |
Click here to learn how to setup evaluation using the Python SDK.
Input Type | Parameter | Type | Description | UI Component |
---|---|---|---|---|
Required Inputs | text | string | The content column to check length. | Column Select |
Configuration Parameters | min_length | int | The minimum allowed length (inclusive). | Number Input |
max_length | int | The maximum allowed length (inclusive). | Number Input |