avatarProfile property

String? avatarProfile
final

Relative path of the avatar image for your agent. The supported formats are png or jpeg. Additionally, the image ratio should be 1:1 and max size should not exceed 512*512 pixel. This will be used as the avatar for the agent.

Example:

avatarProfile: "assets/images/agent_avatar.png"

Implementation

final String? avatarProfile;