Skip to main content

AvatarConfig

Agent Runtimes


Agent Runtimes / types/chat / AvatarConfig

Interface: AvatarConfig

Defined in: types/chat.ts:132

Avatar configuration

Properties

assistantAvatar?

optional assistantAvatar?: ReactNode

Defined in: types/chat.ts:136

Assistant avatar icon or image


assistantAvatarBg?

optional assistantAvatarBg?: string

Defined in: types/chat.ts:144

Assistant avatar background color


avatarSize?

optional avatarSize?: number

Defined in: types/chat.ts:140

Avatar size in pixels


showAvatars?

optional showAvatars?: boolean

Defined in: types/chat.ts:146

Show avatars


systemAvatar?

optional systemAvatar?: ReactNode

Defined in: types/chat.ts:138

System avatar icon or image


userAvatar?

optional userAvatar?: ReactNode

Defined in: types/chat.ts:134

User avatar icon or image


userAvatarBg?

optional userAvatarBg?: string

Defined in: types/chat.ts:142

User avatar background color