mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-28 18:36:23 +02:00
show podcast staleness and suggest user to re-generate
This commit is contained in:
parent
e47b1cb4c5
commit
b02b094a24
5 changed files with 112 additions and 17 deletions
|
|
@ -62,6 +62,7 @@ export interface Chat {
|
|||
type: "DOCUMENT" | "CHAT";
|
||||
title: string;
|
||||
search_space_id: number;
|
||||
state_version: number;
|
||||
}
|
||||
|
||||
export interface ChatDetails {
|
||||
|
|
@ -72,6 +73,7 @@ export interface ChatDetails {
|
|||
created_at: string;
|
||||
id: number;
|
||||
search_space_id: number;
|
||||
state_version: number;
|
||||
}
|
||||
|
||||
interface ChatsPageClientProps {
|
||||
|
|
|
|||
|
|
@ -54,6 +54,7 @@ export interface PodcastItem {
|
|||
file_location: string;
|
||||
podcast_transcript: any[];
|
||||
search_space_id: number;
|
||||
chat_state_version: number | null;
|
||||
}
|
||||
|
||||
interface PodcastsPageClientProps {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue