PersonalAddDocumentsRequestBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/PersonalAddDocumentsRequestBody.jsondocumentUuidsstring[]nullablerequired
RAG document UUIDs to add
PersonalAddDocumentsRequestBody
{
"$schema": "https://example.com/schemas/PersonalAddDocumentsRequestBody.json",
"documentUuids": "Unknown Type: array,null"
}