SemanticRoutingSearchRequest
Preview request for table/template routing — POST /semantic/agents/{agent_id}/{tables,templates}/search.
requestRequest (string)필수
Natural-language request to route
Possible values: non-empty
top_kTop K (integer)
Results after rerank (the returned top-K)
Possible values: >= 1 and <= 100
기본값:
10candidate_limitCandidate Limit (integer)
First-stage vector candidate pool handed to the reranker
Possible values: >= 1 and <= 200
기본값:
40SemanticRoutingSearchRequest
{
"request": "string",
"top_k": 10,
"candidate_limit": 40
}