mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-28 18:36:23 +02:00
update chat api service
This commit is contained in:
parent
b35a5aa589
commit
776660f5e3
5 changed files with 137 additions and 122 deletions
|
|
@ -55,14 +55,14 @@ import {
|
|||
export interface Chat {
|
||||
created_at: string;
|
||||
id: number;
|
||||
type: "DOCUMENT" | "CHAT";
|
||||
type: "QNA";
|
||||
title: string;
|
||||
search_space_id: number;
|
||||
state_version: number;
|
||||
}
|
||||
|
||||
export interface ChatDetails {
|
||||
type: "DOCUMENT" | "CHAT";
|
||||
type: "QNA";
|
||||
title: string;
|
||||
initial_connectors: string[];
|
||||
messages: any[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue