Memory

Classify a session

POST
classify a session by session id

Path parameters

sessionIdstringRequired
Session ID

Request

This endpoint expects an object.
classes
list of stringsRequired
The classes to use for classification.
name
stringRequired
The name of the classifier. Will be used to store the classification in session metadata if persist is True.
instruction
stringOptional
Custom instruction to use for classification.
last_n
integerOptionalDefaults to 4
The number of session messages to consider for classification. Defaults to 4.
persist
booleanOptional
Whether to persist the classification to session metadata. Defaults to True.

Response

This endpoint returns an object
class
stringOptional
name
stringOptional

Errors