Internal Kb Search
internal
Internal Kb Search
Tool target for the synthetic search_knowledge_base function.
The worker registers a LiveKit FunctionTool whose body POSTs to this
URL with {"query": "..."}. We embed the query, run ANN against
only the KBs attached to this agent’s LLM, and return the top-K
chunks as a JSON-serialisable list. Scoping by agent_id prevents
cross-tenant leakage even if the worker hits us with a stale query.
POST
Internal Kb Search
Path Parameters
Body
application/json
The body is of type Body · object.
Response
Successful Response
The response is of type Response Internal Kb Search Internal Agents Agent Id Kb Search Post · object.