export interface AgentKnowledgeBaseRagQueryRequestModel { /** Query to run against the agent's knowledge base RAG index. */ query: string; }