Skip to content

Commit e9a75d7

Browse files
added models for chat history
1 parent afc8e07 commit e9a75d7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ClientAdvisor/App/frontend/src/api/models.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,4 +140,7 @@ export interface ClientIdRequest {
140140
clientName: string;
141141
}
142142

143-
143+
export interface GroupedChatHistory {
144+
month: string
145+
entries: Conversation[]
146+
}

0 commit comments

Comments
 (0)