type BaseMessageRole = "assistant" | "system" | "tool" | "user"; Copy
type BaseMessageRole = "assistant" | "system" | "tool" | "user";
Type representing the base roles available for all message types. These are the common roles shared across the swarm system.