fix: prevent agent preview actions from being clipped (#39510)

This commit is contained in:
Joel 2026-07-24 16:02:55 +08:00 committed by GitHub
parent ededa1f4cd
commit e1495c0bae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -516,6 +516,7 @@ function AgentConfigurePageComposerContent({
) : (
<AgentConfigureRightPanelChat
agentId={agentId}
answerActionPosition="below"
agentIcon={agentQuery.data?.icon}
agentIconBackground={agentQuery.data?.icon_background}
agentIconType={agentIconType}