AgentFooter
The chat footer always shows a "Built with Kapa Agent Framework" attribution on the left side. Use branding.footerExtra to add your own content (links, text, buttons) on the right side:
<AgentChat
branding={{
title: 'Support Agent',
footerExtra: (
<a href="/feedback" style={{ fontSize: 12 }}>
Give feedback
</a>
),
}}
/>
footerExtra accepts any ReactNode — text, links, buttons, or custom components.