mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-26 21:39:43 +02:00
feat: link artifacts to source chat
This commit is contained in:
parent
9c622ae3f3
commit
8b0a2f8964
10 changed files with 44 additions and 7 deletions
|
|
@ -18,4 +18,6 @@ export interface LibraryArtifact {
|
|||
createdAt: string;
|
||||
/** Report panel content type — "typst" for resumes, "markdown" otherwise. */
|
||||
contentType: "markdown" | "typst";
|
||||
/** Chat thread that produced this artifact, when the source recorded one. */
|
||||
sourceThreadId?: number | null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue