- {isOverrideActive - ? "All agents will use this runtime, overriding persona preferences." - : "Each persona uses its preferred runtime. Choose a runtime above to override all."} + {selectedPersonas.some((p) => p.runtime) + ? "Personas with a preferred runtime will use their own instead of this selection." + : "Default runtime for all deployed agents."}
@@ -582,7 +583,6 @@ export function AddChannelBotDialog({