Type Alias: AgentIconMode
ts
type AgentIconMode = "none" | "color" | "monotone";Defined in: packages/sdk/src/agents-service.ts:159
How AgentIconGlyph renders: "none" draws nothing, "color" tints with the brand hex, "monotone" inherits currentColor.