fix: reranker selection
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user