We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77fccad commit 4e6e8a2Copy full SHA for 4e6e8a2
README.md
@@ -153,8 +153,10 @@ Note:
153
154
**Parameters**
155
156
-- **`value`** _(Any)_: The input value to validate.
157
-- **`metadata`** _(dict)_: A dictionary containing metadata required for validation. Keys and values must match the expectations of this validator.
+- **`value`** *(Any)*: The input value to validate.
+- **`metadata`** *(dict)*: A dictionary containing metadata required for validation. Keys and values must match the expectations of this validator.
158
+
159
160
| Key | Type | Description | Default |
161
| --- | --- | --- | --- |
162
| `user_input` | String | The original user query passed into the RAG system. | N/A (Required) |
0 commit comments