fix: reranker selection

This commit is contained in:
jialin
2025-01-15 19:36:44 +08:00
parent 0017de7b21
commit 4240bad627
2 changed files with 2 additions and 0 deletions
@@ -580,6 +580,7 @@ const GroundReranker: React.FC<MessageProps> = forwardRef((props, ref) => {
onChange={handleTextListChange}
onSort={handleOnSort}
extra={renderPercent}
onSelect={handleonSelect}
onPaste={handleOnPaste}
></InputList>
{isEmptyText && (
@@ -36,6 +36,7 @@ interface InputListProps {
end: number;
beforeText: string;
afterText: string;
index: number;
}) => void;
}