thiggle-client 0.0.1

API for categorizing data with LLMs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# CategorizeRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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)