Skip to main content

AvatarConfig

Agent Runtimes


Agent Runtimes / types/chat / AvatarConfig

Interface: AvatarConfig

Defined in: src/types/chat.ts:176

Avatar configuration

Properties

assistantAvatar?

optional assistantAvatar?: ReactNode

Defined in: src/types/chat.ts:180

Assistant avatar icon or image


assistantAvatarBg?

optional assistantAvatarBg?: string

Defined in: src/types/chat.ts:188

Assistant avatar background color


avatarSize?

optional avatarSize?: number

Defined in: src/types/chat.ts:184

Avatar size in pixels


showAvatars?

optional showAvatars?: boolean

Defined in: src/types/chat.ts:190

Show avatars


systemAvatar?

optional systemAvatar?: ReactNode

Defined in: src/types/chat.ts:182

System avatar icon or image


userAvatar?

optional userAvatar?: ReactNode

Defined in: src/types/chat.ts:178

User avatar icon or image


userAvatarBg?

optional userAvatarBg?: string

Defined in: src/types/chat.ts:186

User avatar background color