fix: remove agent session input trigger placeholder (#10729)

This commit is contained in:
defi-failure 2025-10-15 15:53:30 +08:00 committed by GitHub
parent 011b6f2df1
commit 4028b26c1d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -262,7 +262,9 @@ const AgentSessionInputbar: FC<Props> = ({ agentId, sessionId }) => {
value={text}
onChange={onChange}
onKeyDown={handleKeyDown}
placeholder={t('chat.input.placeholder', { key: getSendMessageShortcutLabel(sendMessageShortcut) })}
placeholder={t('chat.input.placeholder_without_triggers', {
key: getSendMessageShortcutLabel(sendMessageShortcut)
})}
autoFocus
variant="borderless"
spellCheck={enableSpellCheck}