Update rearanker code url. Add chat storage ip address (#717)

* save chat origin ip

* reranker code url
This commit is contained in:
Archer
2024-01-09 12:09:36 +08:00
committed by GitHub
parent 13eda40443
commit 5876a47da6
5 changed files with 23 additions and 27 deletions

View File

@@ -22,6 +22,7 @@ export type ChatSchema = {
shareId?: string;
outLinkUid?: string;
content: ChatItemType[];
metadata?: Record<string, any>;
};
export type ChatWithAppSchema = Omit<ChatSchema, 'appId'> & {