diff --git a/src/components/chat/dropdown-radio-item-content.tsx b/src/components/chat/dropdown-radio-item-content.tsx index 0e352ce6..11e6807e 100644 --- a/src/components/chat/dropdown-radio-item-content.tsx +++ b/src/components/chat/dropdown-radio-item-content.tsx @@ -12,7 +12,7 @@ export function DropdownRadioItemContent({ const normalizedDescription = description?.trim() return ( -
+

{label}

{normalizedDescription ? (

diff --git a/src/components/chat/session-config-selector.tsx b/src/components/chat/session-config-selector.tsx index fa79cd8c..38745a2a 100644 --- a/src/components/chat/session-config-selector.tsx +++ b/src/components/chat/session-config-selector.tsx @@ -44,7 +44,10 @@ export function SessionConfigSelector({ {option.name} - + {currentLabel} @@ -68,6 +71,7 @@ export function SessionConfigSelector({ )) : option.kind.options.map((item) => ( - + {currentLabel} @@ -142,6 +150,7 @@ export function InlineSessionConfigSelector({ )) : option.kind.options.map((item) => ( - +