AgentKnowledgeOverrides
Per-agent knowledge overrides. Can only reduce capabilities — cannot add a retriever that doesn’t exist at the Runtime level.
Properties
Section titled “Properties”compiledEnabled?
Section titled “compiledEnabled?”optional compiledEnabled?: boolean;Disable compiled knowledge injection for this agent.
filter?
Section titled “filter?”optional filter?: Record<string, unknown>;Metadata filter restricting which documents this agent can access.
maxOutputTokens?
Section titled “maxOutputTokens?”optional maxOutputTokens?: number;Override max output tokens (must be <= Runtime default).
toolEnabled?
Section titled “toolEnabled?”optional toolEnabled?: boolean;Disable retrieval tool for this agent.
optional topK?: number;Override topK (must be <= Runtime default).