export interface RAGEvalState {
  initDatasetList: boolean;
}

export const initialDatasetState: RAGEvalState = {
  initDatasetList: false,
};
