/** * This file was auto-generated by Fern from our API Definition. */ export interface BodyAddToKnowledgeBaseV1ConvaiAgentsAgentIdAddToKnowledgeBasePost { /** A custom, human-readable name for the document. */ name?: string; /** URL to a page of documentation that the agent will have access to in order to interact with users. */ url?: string; /** Documentation that the agent will have access to in order to interact with users. */ file?: string; }