Skip to content

Commit

Permalink
update VisualQnA config
Browse files Browse the repository at this point in the history
Signed-off-by: Yue, Wenjiao <[email protected]>
  • Loading branch information
WenjiaoYue committed Sep 11, 2024
1 parent 1a6dde6 commit 88b0517
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
-->

<div
class="flex items-center justify-center self-center bg-black text-sm text-gray-500"
class="mb-6 flex items-center justify-center self-center bg-black text-sm text-gray-500"
/>
<div class="flex items-center justify-center gap-3">
<div class="relative inline-flex">
Expand Down
1 change: 0 additions & 1 deletion ChatQnA/ui/svelte/src/lib/shared/constant/Interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ type Map<T> = T extends MessageType.Text | MessageType.SingleAudio
: { imgSrc: string; imgId: string }[];

export interface Message {
imgSrc: string | null | undefined;
role: MessageRole;
type: MessageType;
content: Map<Message["type"]>;
Expand Down
1 change: 1 addition & 0 deletions VisualQnA/ui/svelte/src/lib/shared/constant/Interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ type Map<T> = T extends MessageType.Text | MessageType.SingleAudio
: { imgSrc: string; imgId: string }[];

export interface Message {
imgSrc: string | null | undefined;
role: MessageRole;
type: MessageType;
content: Map<Message["type"]>;
Expand Down

0 comments on commit 88b0517

Please sign in to comment.