Get thread memory context

Returns most relevant context for a given thread.

Path parameters

threadIdstringRequired
The ID of the thread for which to retrieve context.

Headers

AuthorizationstringRequired

Header authentication of the form Api-Key <token>

Query parameters

minRatingdoubleOptional
The minimum rating by which to filter relevant facts.
modeenumOptionalDefaults to summary
Defaults to summary mode. Use basic for lower latency
Allowed values:

Response

OK
contextstring or null
Memory context containing relevant facts and entities for the session. Can be put into the prompt directly.

Errors