export namespace DEFAULT_ASSISTANT {
    let _id: string;
    let name: string;
}
export const FETCH_CONVERSATIONS_LIMIT: 50;
export const OPENRAG_MODEL: "openrag";
