mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-23 23:16:58 +08:00
Feat: Make the agent dialog window exposed to the outside world fill in the begin form #3221 (#9124)
### What problem does this PR solve? Feat: Make the agent dialog window exposed to the outside world fill in the begin form #3221 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -20,7 +20,7 @@ const LLMLabel = ({ value }: IProps) => {
|
||||
height={20}
|
||||
size={'small'}
|
||||
/>
|
||||
{llmName}
|
||||
<span className="flex-1 truncate"> {llmName}</span>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
@ -143,6 +143,7 @@ export function NextMessageInput({
|
||||
size="icon"
|
||||
variant="ghost"
|
||||
className="size-7 rounded-sm"
|
||||
disabled={isUploading || sendLoading}
|
||||
>
|
||||
<Paperclip className="size-3.5" />
|
||||
<span className="sr-only">Attach file</span>
|
||||
|
||||
Reference in New Issue
Block a user