/** * A model that represents an tool dependent on a knowledge base/tools * to which the user has no direct access. */ export interface DependentUnknownToolIdentifier { id: string; }