Documentation Index
Fetch the complete documentation index at: https://docs.mainly.ai/llms.txt
Use this file to discover all available pages before exploring further.
Example
Parameters
| Name | Type | Description |
|---|---|---|
| placeholder | string | Hint text displayed when the field is empty. |
| min_len | int | Minimum required character count. Shows an error if not met. Default: 0. |
| max_len | int | Maximum allowed character count. Shows an error if exceeded. Default: 16000. |
| rows | int | Number of visible text rows. Values greater than 1 render a resizable textarea. Default: 1. |
| regex | string | Regular expression pattern for input validation. Shows an error if the input doesn’t match. Default: ”.*” (any input). |