41 lines
1.3 KiB
JSON
41 lines
1.3 KiB
JSON
{
|
|
"jsonrpc": "2.0",
|
|
"id": 3,
|
|
"result": {
|
|
"content": [
|
|
{
|
|
"type": "text",
|
|
"text": "{\"data\":[{\"name\":\"test\",\"id\":\"1caf198a-444b-4a89-a235-23e82bc3d68a\",\"metadata\":{\"description\":\"col\"},\"role\":0,\"allowed_tools\":[\"add_document_text\",\"delete_collection\",\"delete_document\",\"list_documents\",\"search_documents\",\"search_documents_batch\",\"search_documents_with_context\"],\"document_count\":2,\"chunk_count\":119}],\"success\":true,\"error\":null,\"request_id\":\"b3fa0787-dce3-449b-aff0-51a8d882e81d\"}"
|
|
}
|
|
],
|
|
"structuredContent": {
|
|
"data": [
|
|
{
|
|
"name": "test",
|
|
"id": "1caf198a-444b-4a89-a235-23e82bc3d68a",
|
|
"metadata": {
|
|
"description": "col"
|
|
},
|
|
"role": 0,
|
|
"allowed_tools": [
|
|
"add_document_text",
|
|
"delete_collection",
|
|
"delete_document",
|
|
"list_documents",
|
|
"search_documents",
|
|
"search_documents_batch",
|
|
"search_documents_with_context"
|
|
],
|
|
"document_count": 2,
|
|
"chunk_count": 119
|
|
}
|
|
],
|
|
"success": true,
|
|
"error": null,
|
|
"request_id": "b3fa0787-dce3-449b-aff0-51a8d882e81d"
|
|
},
|
|
"isError": false
|
|
}
|
|
}
|
|
|