# CategorizeRequest
## Properties
**prompt** | **String** | The prompt that describes the classification task. |
**categories** | **Vec<String>** | The list of categories to be considered for the task |
**allow_null_category** | Option<**bool**> | If true, the model may return an empty list of categories | [optional]
**allow_multiple_classes** | Option<**bool**> | If true, the model may return multiple categories | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)