PersonalQueryRequestBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/PersonalQueryRequestBody.jsonconversationIdstring
Existing conversation UUID to continue
minScoredouble
Minimum similarity score for RAG results
personastring
Query persona: developer, administrator, manager, auditor, guest
questionstringrequired
Question to ask your personal agent
Possible values: non-empty
retrievalModestring
RAG retrieval mode: vector, graph, hybrid
topKint64
Number of RAG chunks to retrieve
PersonalQueryRequestBody
{
"$schema": "https://example.com/schemas/PersonalQueryRequestBody.json",
"conversationId": "string",
"minScore": 0,
"persona": "string",
"question": "string",
"retrievalMode": "string",
"topK": 0
}