Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 5.52 KB

queryusersknowledgebaseresponse.md

File metadata and controls

11 lines (8 loc) · 5.52 KB

QueryUsersKnowledgeBaseResponse

Fields

Field Type Required Description Example
content_type str ✔️ HTTP response content type for this operation
status_code int ✔️ HTTP response status code for this operation
raw_response requests.Response ✔️ Raw HTTP response; suitable for custom response parsing
object Optional[operations.QueryUsersKnowledgeBaseResponseBody] Successful operation {
"matches": [
{
"id": "mem_id_123_932",
"metadata": {
"text": "Why did the world enter a global depression in 1929 ?"
},
"score": 0.917971551,
"sparseValues": {},
"values": []
}
]
}