Skip to content

Commit 1256cc6

Browse files
remove comments
1 parent 5cbaaf2 commit 1256cc6

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

App/frontend-app/src/api/apiTypes/chatTypes.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ export type ChatApiResponse = {
3131
keywords: string[];
3232
}
3333

34-
// UI-side wrapper around ChatApiResponse used to track per-message client state
35-
// (e.g., overlapping-request prevention, error rendering). Server responses do
36-
// not include these fields; they are populated and consumed by the chat UI only.
3734
export type ChatUiResponse = ChatApiResponse & {
3835
requestId?: string;
3936
pending?: boolean;

0 commit comments

Comments
 (0)