mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-12-16 08:38:15 +00:00
feat(app): add new session manager
This commit is contained in:
@@ -7,3 +7,9 @@ type Chunk = {
|
||||
content: string;
|
||||
metadata: Record<string, any>;
|
||||
};
|
||||
|
||||
type Artifact = {
|
||||
id: string;
|
||||
type: string;
|
||||
data: any;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user