UNPKG

@botonic/core

Version:
8 lines (7 loc) 165 B
export interface KnowledgeBasesResponse { inferenceId: string; hasKnowledge: boolean; isFaithful: boolean; chunkIds: string[]; answer: string; }