Skip to content

Commit

Permalink
added models for chat history
Browse files Browse the repository at this point in the history
  • Loading branch information
Roopan-Microsoft committed Nov 21, 2024
1 parent afc8e07 commit e9a75d7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ClientAdvisor/App/frontend/src/api/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,7 @@ export interface ClientIdRequest {
clientName: string;
}


export interface GroupedChatHistory {
month: string
entries: Conversation[]
}

0 comments on commit e9a75d7

Please sign in to comment.