Room Endpoints
Get all rooms of a user
Name
Value
[
{
"id": 10,
"user": {
"id": 8,
"auth0_id": "auth0|663853106fa7baf42014492e",
"username": "user@example.com",
"email": "user@example.com",
"lang": "en",
"max_api_calls": 47
},
"name": "New Room",
"anonymizeCompleteContext": true,
"messages": [],
"files": [
{
"id": 53,
"filename": "Example.txt",
"text": "exampleText...",
"user": 8,
"fileSize": 6799,
"lang": "en",
"uploadedAt": "2024-03-30T13:28:18.721243Z"
}
],
"created_at": "2024-03-30T13:34:21.930509Z",
"settings": {
"templates": {
"de": "Beantworten Sie die Frage anhand des unten stehenden Kontextes. Wenn die\nFrage nicht mit den angegebenen Informationen beantwortet werden kann, antworten Sie\nmit \"Ich weiΓ es nicht\".\n\"\"",
"en": "Answer the question using the context below. If the\nquestion cannot be answered with the information provided, answer with \"I don't know\".\n\"\""
},
"prompt_template": "Answer the question using the context below. If the\nquestion cannot be answered with the information provided, answer with \"I don't know\".\n\"\"",
"pre_phrase_count": 2,
"post_phrase_count": 2
},
"anonymizationMappings": []
}
]Get a single room
Name
Value
Create a room
Name
Value
Name
Type
Description
Update a room
Name
Value
Name
Type
Description
Update the file list of a room
Name
Value
Name
Type
Description
Delete a room
Name
Value
Last updated